mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: use $TEST_DIR in 225
Oops, another hard-coded /mnt/test Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user