Home | History | Annotate | Download | only in f_imagic_fs
      1 if test -x $DEBUGFS_EXE; then
      2 
      3 IMAGE=$test_dir/../f_imagic/image.gz
      4 PREP_CMD='$DEBUGFS -w -R "feature imagic_inodes" $TMPFILE > /dev/null 2>&1'
      5 . $cmd_dir/run_e2fsck
      6 
      7 else #if test -x $DEBUGFS_EXE; then
      8 	echo "$test_name: $test_description: skipped"
      9 fi 
     10