diff options
-rwxr-xr-x | tests/run-eds-ics-test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run-eds-ics-test.sh b/tests/run-eds-ics-test.sh index f21307c..5654034 100755 --- a/tests/run-eds-ics-test.sh +++ b/tests/run-eds-ics-test.sh @@ -69,5 +69,6 @@ rv=$? # if the test passed, blow away the tmpdir if [ $rv -eq 0 ]; then - rm -rfd $TEST_TMP_DIR + sleep 5 + rm -rf $TEST_TMP_DIR fi |