From 76b544d5c086692c15816df3d0b3039e02dbc058 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 8 Jun 2010 07:43:59 +0200 Subject: [PATCH] Removed cache size counter checks that are too unstable on some file systems --- test.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3