Fix test - TEST_DIR not TEST_MNT (not to be confused with SCRATCH_MNT

of course!).   grrr.
This commit is contained in:
fsgqa
2002-12-10 03:24:00 +00:00
parent 88b694bb3f
commit 245118d67c
+2 -2
View File
@@ -1,6 +1,6 @@
#! /bin/sh
# XFS QA Test No. 070
# $Id: 070,v 1.2 2002/11/18 23:58:46 fsgqa Exp $
# $Id: 070,v 1.3 2002/12/10 03:24:00 fsgqa Exp $
#
# fsstress incarnation testing extended attributes writes
#
@@ -54,7 +54,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
$here/src/fsstress \
-d $TEST_MNT/fsstress \
-d $TEST_DIR/fsstress \
-f allocsp=0 \
-f freesp=0 \
-f bulkstat=0 \