Whamcloud - gitweb
ATM-1754 tests: skip f_large_dir(_csum) on aarch64
[tools/e2fsprogs.git] / tests / f_imagic_fs / script
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