test_ls_with_file_shortcuts: clean up temp files

This commit is contained in:
Tom "Ravi" Hale
2018-08-31 17:03:30 +07:00
parent 0b5a29bbd6
commit f55ce1e6a3

View File

@@ -138,6 +138,9 @@ test_ls_with_file_shortcuts() {
# Test arg with no quotes # Test arg with no quotes
ls_output=$(ls_with_file_shortcuts a\ \"b\" | strip_colors) ls_output=$(ls_with_file_shortcuts a\ \"b\" | strip_colors)
assertIncludes "$ls_output" '[1] c' F assertIncludes "$ls_output" '[1] c' F
cd -
rm -r "$TEST_DIR" "$temp_file"
} }
# load and run shUnit2 # load and run shUnit2