From fbda66ba0e83c0b30053043ff34b778e1d1e2126 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 3 Sep 2021 18:19:34 +0200 Subject: tests/run-eds-ics-test.sh: Sleep a little before cleanup to make sure gvfs is released + drop the rm -d flag --- tests/run-eds-ics-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3