We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9516d commit 16c3bf7Copy full SHA for 16c3bf7
test_e2e.sh
@@ -1346,10 +1346,6 @@ assert_file_eq "$ROOT"/link/file "$TESTCASE"
1346
# Wrap up
1347
pass
1348
1349
-echo
1350
-echo "all tests passed: cleaning up $DIR"
1351
-rm -rf "$DIR"
1352
-
1353
##############################################
1354
# Test export-error
1355
@@ -1421,3 +1417,9 @@ assert_file_absent "$ROOT"/link/dir
1421
1417
assert_file_eq "$ROOT"/link/file2 "$TESTCASE"
1422
1418
1423
1419
1420
+
+# Finally...
+echo
+echo "all tests passed: cleaning up $DIR"
1424
+rm -rf "$DIR"
1425
0 commit comments