Whoops, use a fixed 4k for alloc's "bsize" parameter, seems
[xfstests-dev.git] / 009
diff --git a/009 b/009
index c6376488ecac5213a62c928589b9b5ba7942884c..d133f2c8719b3c9bf0f1a596ef0bf85f6c0fe07f 100755 (executable)
--- a/009
+++ b/009
@@ -5,7 +5,7 @@
 # alloc test
 #
 #-----------------------------------------------------------------------
-# Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2002 Silicon Graphics, Inc.  All Rights Reserved.
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License as
@@ -46,7 +46,9 @@ here=`pwd`
 tmp=/tmp/$$
 status=1       # failure is the default!
 trap "_cleanup; exit \$status" 0 1 2 3 15
-bsize=`$here/src/getpagesize`
+# This isn't really related to fs block size, it's just what
+# alloc uses for the "block" unit in it's input parameters...
+bsize=4096
 
 _cleanup()
 {