From: Joel Rosdahl Date: Thu, 7 Jun 2018 19:52:09 +0000 (+0200) Subject: Remove debug log X-Git-Tag: v3.4.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab038e6ff8997a5025e80c6f5eaa98e69be6dcb;p=thirdparty%2Fccache.git Remove debug log --- diff --git a/test/suites/cleanup.bash b/test/suites/cleanup.bash index 45dccb083..f36dc75c6 100644 --- a/test/suites/cleanup.bash +++ b/test/suites/cleanup.bash @@ -87,7 +87,7 @@ SUITE_cleanup() { prepare_cleanup_test_dir $CCACHE_DIR/a $CCACHE -F 0 -M 256K >/dev/null - CCACHE_LOGFILE=/tmp/foo $CCACHE -c >/dev/null + $CCACHE -c >/dev/null expect_file_count 3 '*.o' $CCACHE_DIR expect_file_count 4 '*.d' $CCACHE_DIR expect_file_count 4 '*.stderr' $CCACHE_DIR