mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix test - TEST_DIR not TEST_MNT (not to be confused with SCRATCH_MNT
of course!). grrr.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user