1if test -x $DEBUGFS_EXE; then 2 3if test "$HTREE"x = x ; then 4 gunzip < $test_dir/image.gz > $TMPFILE 5 $DEBUGFS -w -R "feature ^dir_index" $TMPFILE >/dev/null 2>&1 6 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 12rm -f "$TMPFILE".gz 13 14else #if test -x $DEBUGFS_EXE; then 15 echo "$test_name: $test_description: skipped" 16fi 17