From: Lukas Czerner Date: Wed, 29 Sep 2010 16:21:21 +0000 (-0500) Subject: xfstests 224: Use $SCRATCH_MNT variable X-Git-Tag: v1.1.0~140 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=095e6902211e161de59c26acd6381015144bf6fa;p=xfstests-dev.git 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 --- 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