Lines Matching refs:echo
16 echo mke2fs -q -F -o Linux -b 1024 -g 256 test.img 1024 > $OUT
21 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
45 echo Exit status is $status >> $OUT.new
54 echo dumpe2fs test.img >> $OUT
57 echo "--------------------------------" >> $OUT
59 echo resize2fs -p test.img 30000 >> $OUT
64 echo Exit status is $status >> $OUT.new
73 echo dumpe2fs test.img >> $OUT
76 echo "--------------------------------" >> $OUT
78 echo resize2fs -p test.img 40000 >> $OUT
83 echo Exit status is $status >> $OUT.new
92 echo dumpe2fs test.img >> $OUT
101 echo "ok"
104 echo "failed"
113 echo "skipped"