From: Joel Rosdahl Date: Thu, 3 Nov 2022 20:42:06 +0000 (+0100) Subject: test: Silence progress messages from CCACHE_UMASK test X-Git-Tag: v4.7.3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe680320c9208d172af1f22ccb065fa7bc5ad6f;p=thirdparty%2Fccache.git test: Silence progress messages from CCACHE_UMASK test --- diff --git a/test/suites/base.bash b/test/suites/base.bash index 0ce9ce6e1..2d14c9588 100644 --- a/test/suites/base.bash +++ b/test/suites/base.bash @@ -1069,19 +1069,19 @@ if ! $HOST_OS_WINDOWS; then export CCACHE_UMASK=002 export CCACHE_TEMPDIR=$CCACHE_DIR/tmp - $CCACHE -C + $CCACHE -C >/dev/null expect_perm "$CCACHE_DIR" drwxrwxr-x expect_perm "$CCACHE_DIR/0" drwxrwxr-x expect_perm "$CCACHE_DIR/0/stats" -rw-rw-r-- rm -rf $CCACHE_DIR - $CCACHE -c + $CCACHE -c >/dev/null expect_perm "$CCACHE_DIR" drwxrwxr-x expect_perm "$CCACHE_DIR/0" drwxrwxr-x expect_perm "$CCACHE_DIR/0/stats" -rw-rw-r-- rm -rf $CCACHE_DIR - $CCACHE -z + $CCACHE -z >/dev/null expect_perm "$CCACHE_DIR" drwxrwxr-x expect_perm "$CCACHE_DIR/0" drwxrwxr-x expect_perm "$CCACHE_DIR/0/stats" -rw-rw-r--