1if test "$HTREE"x = x ; then
2	gunzip < $test_dir/image.gz > $TMPFILE
3	$DEBUGFS -w -R "feature ^dir_index" $TMPFILE >/dev/null 2>&1
4	gzip $TMPFILE
5	IMAGE="$TMPFILE".gz
6	EXP1=$test_dir/expect-nohtree.1
7	EXP2=$test_dir/expect-nohtree.2
8fi
9. $cmd_dir/run_e2fsck
10rm -f "$TMPFILE".gz
11