From 245118d67c228afa7d30fbd43e674ecbfa966c14 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Tue, 10 Dec 2002 03:24:00 +0000 Subject: [PATCH] Fix test - TEST_DIR not TEST_MNT (not to be confused with SCRATCH_MNT of course!). grrr. --- 070 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/070 b/070 index 90582d5b..cc1ae6a3 100755 --- 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 \ -- 2.30.2