273: fix failure due to lack of inodes
authorJan Kara <jack@suse.cz>
Thu, 17 May 2012 21:33:23 +0000 (16:33 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 17 May 2012 21:33:23 +0000 (16:33 -0500)
Test 273 fails for me due to lack of inodes (ext? filesystem is not configured
to have enough inodes for being filled up by 4k files). So change the test
to create larger files so that we don't hit this limit.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
273

diff --git a/273 b/273
index da9172d21cbdee69fe5dbd9d3fb33d369e3eb613..67f3d6b198b1249727f1e2fb06f715279524b376 100755 (executable)
--- a/273
+++ b/273
@@ -43,7 +43,7 @@ _cleanup()
 . ./common.filter
 
 threads=50
 . ./common.filter
 
 threads=50
-count=1
+count=2
 
 _threads_set()
 {
 
 _threads_set()
 {