]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Silence unwanted output in CCACHE_UMASK test
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 19 Sep 2020 18:51:16 +0000 (20:51 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 23 Sep 2020 07:41:38 +0000 (09:41 +0200)
test/suites/base.bash

index 73b26125046eef292000c62ea44c94f8a60bf561..f48e7b843f00d0f690cb9cf82f11c30d64c0636b 100644 (file)
@@ -903,7 +903,7 @@ EOF
 int main() {}
 EOF
 
-    $CCACHE -M 5
+    $CCACHE -M 5 >/dev/null
     $CCACHE_COMPILE -MMD -c test.c
     expect_stat 'cache hit (preprocessed)' 0
     expect_stat 'cache miss' 1