aboutsummaryrefslogtreecommitdiff
path: root/tests/run-eds-ics-test.sh
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-09-02 20:05:04 +0200
committerRobert Tari <robert@tari.in>2021-09-02 20:05:04 +0200
commit941de24ca680e6844d874dc49288dd05340a6b60 (patch)
tree6085a76de8f3c22341872feef28537df9d083684 /tests/run-eds-ics-test.sh
parent2748fa58a285684b2c51aee1db543f585d57abd0 (diff)
parent458218b1920bd92638d324a239dfc486013c0ddc (diff)
downloadayatana-indicator-datetime-941de24ca680e6844d874dc49288dd05340a6b60.tar.gz
ayatana-indicator-datetime-941de24ca680e6844d874dc49288dd05340a6b60.tar.bz2
ayatana-indicator-datetime-941de24ca680e6844d874dc49288dd05340a6b60.zip
Merge branch 'pr/fix-unit-tests'
Attributes GH PR #53: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/53
Diffstat (limited to 'tests/run-eds-ics-test.sh')
-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