aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2013-12-24 22:44:14 -0500
committerTheodore Ts'o <tytso@mit.edu>2013-12-24 22:50:23 -0500
commitaafd3615509282a6cf1296782c7a5b25b5e94278 (patch)
treec0dd24ec86236d3ac27b601f7e3de98c9048761e
parent45f143c20cb415cb205e7415b563ef66efa9591e (diff)
downloade2fsprogs-test_maint.tar.gz
tests: use the in-tree binaries in the test f_extent_ooboundstest_maint
Fix the f_extent_oobounds test so that it uses binaries built in the tree, instead of the binaries in the system PATH (which might not exist in a chroot environment) when creating the test image. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r--tests/f_extent_oobounds/script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/f_extent_oobounds/script b/tests/f_extent_oobounds/script
index 31ac6c926..b00b031a3 100644
--- a/tests/f_extent_oobounds/script
+++ b/tests/f_extent_oobounds/script
@@ -4,8 +4,8 @@ SKIP_GUNZIP="true"
TEST_DATA="$test_name.tmp"
dd if=/dev/zero of=$TMPFILE bs=1k count=256 > /dev/null 2>&1
-mke2fs -Ft ext4 $TMPFILE > /dev/null 2>&1
-debugfs -w $TMPFILE << EOF > /dev/null 2>&1
+$MKE2FS -Ft ext4 $TMPFILE > /dev/null 2>&1
+$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1
write /dev/null testfile
extent_open testfile
insert_node 0 15 100