Lines Matching refs:echo
8 echo "debugfs load/dump test" > $OUT
12 echo "mke2fs -Fq -b 1024 $TMPFILE 512" >> $OUT
16 echo Exit status is $status >> $OUT
19 echo "file fragment odd size" >> $TEST_DATA
21 echo "debugfs -R ''write $TEST_DATA test_data'' -w $TMPFILE" > $OUT.new
24 echo Exit status is $status >> $OUT.new
27 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
30 echo Exit status is $status >> $OUT.new
33 echo "debugfs -R ''dump test_data $VERIFY_DATA'' $TMPFILE" > $OUT.new
36 echo Exit status is $status >> $OUT.new
39 echo "cmp $TEST_DATA $VERIFY_DATA" >> $OUT
42 echo Exit status is $status >> $OUT
53 echo "ok"
56 echo "failed"