Lines Matching refs:new
21 echo "debugfs -R ''write $TEST_DATA test_data'' -w $TMPFILE" > $OUT.new
22 $DEBUGFS -R "write $TEST_DATA test_data" -w $TMPFILE >> $OUT.new 2>&1
24 echo Exit status is $status >> $OUT.new
25 sed -e '2d' $OUT.new >> $OUT
27 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
28 $FSCK $VERIFY_FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
30 echo Exit status is $status >> $OUT.new
31 sed -e '2d' $OUT.new >> $OUT
33 echo "debugfs -R ''dump test_data $VERIFY_DATA'' $TMPFILE" > $OUT.new
34 $DEBUGFS -R "dump test_data $VERIFY_DATA" $TMPFILE >> $OUT.new 2>&1
36 echo Exit status is $status >> $OUT.new
37 sed -e '2d' $OUT.new >> $OUT