public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: use $TEST_DIR in 225
@ 2010-03-24  3:34 Eric Sandeen
  2010-03-24 15:46 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2010-03-24  3:34 UTC (permalink / raw)
  To: xfs-oss

Oops, another hard-coded /mnt/test

Signed-off-by: Eric Sandeen <sandeen@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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-24 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-24  3:34 [PATCH] xfstests: use $TEST_DIR in 225 Eric Sandeen
2010-03-24 15:46 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox