Fix test - TEST_DIR not TEST_MNT (not to be confused with SCRATCH_MNT
authorfsgqa <fsgqa>
Tue, 10 Dec 2002 03:24:00 +0000 (03:24 +0000)
committerfsgqa <fsgqa>
Tue, 10 Dec 2002 03:24:00 +0000 (03:24 +0000)
of course!).   grrr.

070

diff --git a/070 b/070
index 90582d5bba56ea3d822644bbaba792ab2d3c3e78..cc1ae6a3cd47a44dac2346a1700b5c16fb7b4114 100755 (executable)
--- a/070
+++ b/070
@@ -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 \