summaryrefslogtreecommitdiff
path: root/008
diff options
context:
space:
mode:
authorfsgqa <fsgqa>2003-07-14 05:12:23 +0000
committerfsgqa <fsgqa>2003-07-14 05:12:23 +0000
commit72f0ade93dc4874ab6da29caa1667a0f527e1f8f (patch)
treec94e935022bf6be784991584bb9420dd5bf7de67 /008
parent8b8b76261c8e8142279dade8fcd799bba035e026 (diff)
Crank up fsstress a whole lot, enable unwritten extents everywhere, remove need for special getpagesize program
Diffstat (limited to '008')
-rwxr-xr-x0082
1 files changed, 1 insertions, 1 deletions
diff --git a/008 b/008
index ee6a169f..fae26246 100755
--- a/008
+++ b/008
@@ -44,7 +44,7 @@ echo "QA output created by $seq"
here=`pwd`
tmp=/tmp/$$
status=0 # success is the default!
-pgsize=`$here/src/getpagesize`
+pgsize=`$here/src/feature -p`
trap "rm -f $tmp.*; _cleanup; exit \$status" 0 1 2 3 15
_cleanup()