[PATCH] xfstests: use $TEST_DIR in 225

Eric Sandeen sandeen at sandeen.net
Tue Mar 23 22:34:23 CDT 2010


Oops, another hard-coded /mnt/test

Signed-off-by: Eric Sandeen <sandeen at sandeen.net>
---

diff --git a/225 b/225
index 673e93e..ab688cd 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




More information about the xfs mailing list