]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Fix typo (missing line continuation) (#1287)
authorSam James <sam@cmpct.info>
Mon, 22 May 2023 17:58:20 +0000 (18:58 +0100)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 17:58:20 +0000 (19:58 +0200)
Fixes  typo in ef634bdb292e1e24b8d1b5490e7857144a77c0fd.

test/suites/base.bash

index 38d269708d355b69226985cd7c9f5cb3fdaedba9..17056a4cc527891f3aabc24e8d346b99ba8e9f52 100644 (file)
@@ -552,7 +552,7 @@ fi
     # -------------------------------------------------------------------------
     TEST "Directory is not hashed if using -gz"
 
-    if $COMPILER -c test1.c -gz 2>/dev/null
+    if $COMPILER -c test1.c -gz 2>/dev/null \
        && $COMPILER -E test1.c -gz >preprocessed.i 2>/dev/null \
        && [ -s preprocessed.i ] \
        && ! grep -Fq $PWD preprocessed.i; then