9 lines
254 B
Text
9 lines
254 B
Text
if test -x $DEBUGFS_EXE; then
|
|
|
|
IMAGE=$test_dir/../f_imagic/image.gz
|
|
PREP_CMD='$DEBUGFS -w -R "feature imagic_inodes" $TMPFILE > /dev/null 2>&1'
|
|
. $cmd_dir/run_e2fsck
|
|
|
|
else #if test -x $DEBUGFS_EXE; then
|
|
echo "$test_name: $test_description: skipped"
|
|
fi
|