From: Eric Sandeen Date: Wed, 24 Mar 2010 16:11:51 +0000 (-0500) Subject: xfstests: use $TEST_DIR in 225 X-Git-Tag: v1.1.0~179 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b2fd1f3f27b6e035d05ff90a1bb8882a5374eb06;p=xfstests-dev.git xfstests: use $TEST_DIR in 225 Oops, another hard-coded /mnt/test Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- diff --git a/225 b/225 index 673e93e5..ab688cd9 100644 --- a/225 +++ b/225 @@ -53,7 +53,7 @@ fiemapfile=$TEST_DIR/fiemap.$$ [ -x $here/src/fiemap-tester ] || _notrun "fiemap-tester not built" echo "fiemap run without preallocation" -$here/src/fiemap-tester -q -p 0 -r 200 /mnt/test/fiemapfile +$here/src/fiemap-tester -q -p 0 -r 200 $TEST_DIR/fiemapfile rm -f $fiemapfile rm -f $seq.full