From 095e6902211e161de59c26acd6381015144bf6fa Mon Sep 17 00:00:00 2001 From: Lukas Czerner Date: Wed, 29 Sep 2010 11:21:21 -0500 Subject: [PATCH] xfstests 224: Use $SCRATCH_MNT variable Use $SCRATCH_MNT variable instead of hard-coded path (/mnt/scratch) in test 224. Signed-off-by: Lukas Czerner Signed-off-by: Eric Sandeen --- 224 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/224 b/224 index 21be9af4..00ebd2e4 100644 --- a/224 +++ b/224 @@ -60,7 +60,7 @@ _scratch_mount >> $seq.full 2>&1 # set the reserved block pool to almost empty for XFS if [ "$FSTYP" = "xfs" ]; then - xfs_io -x -c "resblks 4" /mnt/scratch/ >> $seq.full 2>&1 + xfs_io -x -c "resblks 4" $SCRATCH_MNT >> $seq.full 2>&1 fi FILES=1000 -- 2.47.3