Lines Matching refs:echo
16 echo mke2fs -q -F -o Linux -b 1024 -g 256 test.img 1024 > $OUT
20 echo resize2fs -p test.img 10000 >> $OUT
26 echo Exit status is $status >> $OUT.new
35 echo dumpe2fs test.img >> $OUT
38 echo "--------------------------------" >> $OUT
40 echo resize2fs -p test.img 20000 >> $OUT
46 echo Exit status is $status >> $OUT.new
55 echo dumpe2fs test.img >> $OUT
58 echo "--------------------------------" >> $OUT
60 echo resize2fs -p test.img 30000 >> $OUT
66 echo Exit status is $status >> $OUT.new
75 echo dumpe2fs test.img >> $OUT
78 echo "--------------------------------" >> $OUT
80 echo resize2fs -p test.img 40000 >> $OUT
86 echo Exit status is $status >> $OUT.new
95 echo dumpe2fs test.img >> $OUT
104 echo "$test_name: $test_description: ok"
107 echo "$test_name: $test_description: failed"
115 echo "$test_name: $test_description: skipped"