summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlouiscaron <caron_louis@yahoo.fr>2022-09-23 16:52:39 +0200
committerGitHub <noreply@github.com>2022-09-23 16:52:39 +0200
commit47b8d223541da5d3b8f15a318e92e850038e89a2 (patch)
tree1ecf624cb60a23f5a5fc5a61a361899ba3441915 /test
parent24cfb7998c27feb4f9bc9631dcf4601ce3a86e3a (diff)
downloadccache-47b8d223541da5d3b8f15a318e92e850038e89a2.tar.gz
test: Fix KEEP_TESTDIR test in test/run (#1161)
Diffstat (limited to 'test')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index bc13b0ef..5efe6a85 100755
--- a/test/run
+++ b/test/run
@@ -649,7 +649,7 @@ for suite in $suites; do
done
cd /
-if [ -z "$KEEP_TESTDIR"]; then
+if [ -z "$KEEP_TESTDIR" ]; then
rm -rf $ABS_TESTDIR
fi
if $skipped; then