]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Fix KEEP_TESTDIR test in test/run (#1161)
authorlouiscaron <caron_louis@yahoo.fr>
Fri, 23 Sep 2022 14:52:39 +0000 (16:52 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Sep 2022 14:52:39 +0000 (16:52 +0200)
test/run

index bc13b0ef3603da1e688dda0722caee144f68ef6c..5efe6a85973a8c7ed77bc8bc0317d4f69d0504f8 100755 (executable)
--- 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