]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Removed cache size counter checks that are too unstable on some file systems
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 8 Jun 2010 05:43:59 +0000 (07:43 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 8 Jun 2010 05:43:59 +0000 (07:43 +0200)
test.sh

diff --git a/test.sh b/test.sh
index f9ddb4458e241b849db54c29a2d24a8dc33c9155..5adaec5cac0de17489c01d785a5cbf108bc2eecf 100755 (executable)
--- 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