diff options
author | Robert Tari <robert@tari.in> | 2021-09-01 15:39:11 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-09-01 15:39:11 +0200 |
commit | c093535fc62698070541b4676d3cbfe1bbbdc99d (patch) | |
tree | 6f81a806c946f49d8746409b15b73f517ae0e982 /tests | |
parent | f7c5127a29e29b79e5e90b548bde383f6d703bbc (diff) | |
download | ayatana-indicator-datetime-c093535fc62698070541b4676d3cbfe1bbbdc99d.tar.gz ayatana-indicator-datetime-c093535fc62698070541b4676d3cbfe1bbbdc99d.tar.bz2 ayatana-indicator-datetime-c093535fc62698070541b4676d3cbfe1bbbdc99d.zip |
tests/run-eds-ics-test.sh: Also remove empty directories
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-eds-ics-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-eds-ics-test.sh b/tests/run-eds-ics-test.sh index 7db9f1b..f21307c 100755 --- a/tests/run-eds-ics-test.sh +++ b/tests/run-eds-ics-test.sh @@ -69,5 +69,5 @@ rv=$? # if the test passed, blow away the tmpdir if [ $rv -eq 0 ]; then - rm -rf $TEST_TMP_DIR + rm -rfd $TEST_TMP_DIR fi |