X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=tests%2Ff_mmp_garbage%2Fscript;h=69be3387f77edc685c3ada86b28fe5689e718af9;hb=4e16d629e016154139d7429ad84929e280681f3a;hp=02cc12a4280b4ad8002d527c35eeae2309e9e5e0;hpb=f3331df6bb5d380efd72e07fc9b40c998b355412;p=tools%2Fe2fsprogs.git diff --git a/tests/f_mmp_garbage/script b/tests/f_mmp_garbage/script index 02cc12a..69be338 100644 --- a/tests/f_mmp_garbage/script +++ b/tests/f_mmp_garbage/script @@ -1,15 +1,5 @@ FSCK_OPT=-yf -TMPFILE=$test_name.tmp -> $TMPFILE - -stat -f $TMPFILE | grep -q "Type: tmpfs" -if [ $? = 0 ] ; then - rm -f $TMPFILE - echo "$test_name: $test_description: skipped for tmpfs (no O_DIRECT)" - return 0 -fi - echo "make the test image ..." > $test_name.log $MKE2FS -q -F -o Linux -b 4096 -O mmp -E mmp_update_interval=1 $TMPFILE 100 >> $test_name.log 2>&1 status=$?