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