Lines Matching refs:echo
10 echo "debugfs load/dump test" > $OUT
14 echo "mke2fs -Fq -b 1024 test.img 512" >> $OUT
18 echo Exit status is $status >> $OUT
21 echo "file fragment odd size" >> $TEST_DATA
23 echo "debugfs -R ''write $TEST_DATA test_data'' -w test.img" > $OUT.new
26 echo Exit status is $status >> $OUT.new
29 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
32 echo Exit status is $status >> $OUT.new
35 echo "debugfs -R ''dump test_data $VERIFY_DATA'' test.img" > $OUT.new
38 echo Exit status is $status >> $OUT.new
41 echo "cmp $TEST_DATA $VERIFY_DATA" >> $OUT
44 echo Exit status is $status >> $OUT
55 echo "$test_name: $test_description: ok"
58 echo "$test_name: $test_description: failed"
65 echo "$test_name: $test_description: skipped"