* [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
* Re: [PATCH] xfstests: use $TEST_DIR in 225
2010-03-24 3:34 [PATCH] xfstests: use $TEST_DIR in 225 Eric Sandeen
@ 2010-03-24 15:46 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2010-03-24 15:46 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs-oss
On Tue, Mar 23, 2010 at 10:34:23PM -0500, Eric Sandeen wrote:
> Oops, another hard-coded /mnt/test
>
> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [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