From: Joel Rosdahl Date: Sat, 19 Sep 2020 18:51:16 +0000 (+0200) Subject: Silence unwanted output in CCACHE_UMASK test X-Git-Tag: v4.0~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e7b122fe20d1d00d524a40e18b9417dab5e2032;p=thirdparty%2Fccache.git Silence unwanted output in CCACHE_UMASK test --- diff --git a/test/suites/base.bash b/test/suites/base.bash index 73b261250..f48e7b843 100644 --- a/test/suites/base.bash +++ b/test/suites/base.bash @@ -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