]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix "Debug option" test (#807)
authorpawelkrysiak <pawel_krysiak@interia.pl>
Sat, 6 Mar 2021 18:10:34 +0000 (19:10 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 18:10:34 +0000 (19:10 +0100)
test/suites/base.bash

index 4c3071d56347721a1a0c477570ab8233bcf92b9c..9629a06d3b27a4541f689f2f182696583ed97bd4 100644 (file)
@@ -64,7 +64,7 @@ base_tests() {
     expect_stat 'cache miss' 1
 
     $REAL_COMPILER -c -o reference_test1.o test1.c -g
-    expect_equal_object_files reference_test1.o reference_test1.o
+    expect_equal_object_files reference_test1.o test1.o
 
     # -------------------------------------------------------------------------
     TEST "Output option"