From: Joel Rosdahl Date: Tue, 8 Jun 2010 05:43:59 +0000 (+0200) Subject: Removed cache size counter checks that are too unstable on some file systems X-Git-Tag: v3.0~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76b544d5c086692c15816df3d0b3039e02dbc058;p=thirdparty%2Fccache.git Removed cache size counter checks that are too unstable on some file systems --- diff --git a/test.sh b/test.sh index f9ddb4458..5adaec5ca 100755 --- a/test.sh +++ b/test.sh @@ -1413,12 +1413,10 @@ cleanup_suite() { touch empty.c checkfilecount 160 '*.o' $CCACHE_DIR checkstat 'files in cache' 160 - checkstat 'cache size' 640 $CCACHE $COMPILER -c empty.c -o empty.o # floor(0.8 * 10) = 7 checkfilecount 157 '*.o' $CCACHE_DIR checkstat 'files in cache' 157 - checkstat 'cache size' 628 testname="sibling cleanup" $CCACHE -C >/dev/null