]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove debug log
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 7 Jun 2018 19:52:09 +0000 (21:52 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 7 Jun 2018 19:52:09 +0000 (21:52 +0200)
test/suites/cleanup.bash

index 45dccb0832db71e696175a02f0280ed6bdd8863a..f36dc75c674e8a62e7958a0c6d41890fca51f66f 100644 (file)
@@ -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