blob: 60378cdc94b8a667f7d4b47bda216caf6ca85bc8 [file] [log] [blame]
if test -x $DEBUGFS_EXE; then
if test "$HTREE"x = x ; then
gunzip < $test_dir/image.gz > $TMPFILE
$DEBUGFS -w -R "feature ^dir_index" $TMPFILE >/dev/null 2>&1
gzip $TMPFILE
IMAGE="$TMPFILE".gz
EXP1=$test_dir/expect-nohtree.1
EXP2=$test_dir/expect-nohtree.2
fi
. $cmd_dir/run_e2fsck
rm -f "$TMPFILE".gz
else #if test -x $DEBUGFS_EXE; then
echo "$test_name: $test_description: skipped"
fi