move test cleanup to the end
This commit is contained in:
parent
5e9516d2b4
commit
16c3bf7dd1
10
test_e2e.sh
10
test_e2e.sh
|
|
@ -1346,10 +1346,6 @@ assert_file_eq "$ROOT"/link/file "$TESTCASE"
|
||||||
# Wrap up
|
# Wrap up
|
||||||
pass
|
pass
|
||||||
|
|
||||||
echo
|
|
||||||
echo "all tests passed: cleaning up $DIR"
|
|
||||||
rm -rf "$DIR"
|
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
# Test export-error
|
# Test export-error
|
||||||
##############################################
|
##############################################
|
||||||
|
|
@ -1421,3 +1417,9 @@ assert_file_absent "$ROOT"/link/dir
|
||||||
assert_file_eq "$ROOT"/link/file2 "$TESTCASE"
|
assert_file_eq "$ROOT"/link/file2 "$TESTCASE"
|
||||||
# Wrap up
|
# Wrap up
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# Finally...
|
||||||
|
echo
|
||||||
|
echo "all tests passed: cleaning up $DIR"
|
||||||
|
rm -rf "$DIR"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue