From b2fd1f3f27b6e035d05ff90a1bb8882a5374eb06 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 24 Mar 2010 11:11:51 -0500 Subject: [PATCH] xfstests: use $TEST_DIR in 225 Oops, another hard-coded /mnt/test Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- 225 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3