Whamcloud - gitweb
1060f04d1eb350c0b5f9a711608522ad5e2ce3a3
[tools/e2fsprogs.git] / tests / f_imagic_fs / script
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