]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Fix typo in depend tests (#1167)
authorlouiscaron <caron_louis@yahoo.fr>
Mon, 26 Sep 2022 17:55:49 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 17:55:49 +0000 (19:55 +0200)
test/suites/depend.bash

index 24d8a827fa5ca1c8e9f03f72a712898f374b895d..12f25354ac422e7c27ca4d6f265eb8cb785a24d3 100644 (file)
@@ -267,7 +267,7 @@ EOF
     cd $BASEDIR2
     generate_reference_compiler_output
     CCACHE_DEPEND=1 CCACHE_BASEDIR=$BASEDIR2 $CCACHE_COMPILE $DEPFLAGS -c test.c
-    expect_equal_object_files test.o test.o
+    expect_equal_object_files reference_test.o test.o
     expect_equal_content reference_test.d test.d
     expect_stat direct_cache_hit 3
     expect_stat preprocessed_cache_hit 0