aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-09-01 15:39:11 +0200
committerRobert Tari <robert@tari.in>2021-09-01 15:39:11 +0200
commitc093535fc62698070541b4676d3cbfe1bbbdc99d (patch)
tree6f81a806c946f49d8746409b15b73f517ae0e982
parentf7c5127a29e29b79e5e90b548bde383f6d703bbc (diff)
downloadayatana-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
-rwxr-xr-xtests/run-eds-ics-test.sh2
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