blob: 60378cdc94b8a667f7d4b47bda216caf6ca85bc8 [file] [log] [blame]
JP Abgralle0ed7402014-03-19 19:08:39 -07001if test -x $DEBUGFS_EXE; then
2
Theodore Ts'o33db8f82005-02-05 10:28:15 -05003if test "$HTREE"x = x ; then
Theodore Ts'o8b949fb2003-08-01 13:25:26 -04004 gunzip < $test_dir/image.gz > $TMPFILE
Matthias Andreeae181fb2005-01-13 04:23:24 +01005 $DEBUGFS -w -R "feature ^dir_index" $TMPFILE >/dev/null 2>&1
Theodore Ts'o8b949fb2003-08-01 13:25:26 -04006 gzip $TMPFILE
7 IMAGE="$TMPFILE".gz
8 EXP1=$test_dir/expect-nohtree.1
9 EXP2=$test_dir/expect-nohtree.2
10fi
11. $cmd_dir/run_e2fsck
Theodore Ts'o1cca86f2003-09-01 09:28:18 -040012rm -f "$TMPFILE".gz
JP Abgralle0ed7402014-03-19 19:08:39 -070013
14else #if test -x $DEBUGFS_EXE; then
15 echo "$test_name: $test_description: skipped"
16fi