From: louiscaron Date: Mon, 26 Sep 2022 17:55:49 +0000 (+0200) Subject: test: Fix typo in depend tests (#1167) X-Git-Tag: v4.7~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c525719190e6641f43ce14d852496492f479262;p=thirdparty%2Fccache.git test: Fix typo in depend tests (#1167) --- diff --git a/test/suites/depend.bash b/test/suites/depend.bash index 24d8a827f..12f25354a 100644 --- a/test/suites/depend.bash +++ b/test/suites/depend.bash @@ -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