Home | History | Annotate | Download | only in f_dup_de
      1 if test -x $DEBUGFS_EXE; then
      2 
      3 if 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
     10 fi
     11 . $cmd_dir/run_e2fsck
     12 rm -f "$TMPFILE".gz
     13 
     14 else #if test -x $DEBUGFS_EXE; then
     15 	echo "$test_name: $test_description: skipped"
     16 fi 
     17