Lines Matching full:out2
20 if [ "$OUT2"x = x ]; then
21 OUT2=$test_name.2.log
57 $FSCK $SECOND_FSCK_OPT -N test_filesys $TMPFILE > $OUT2.new 2>&1
59 echo Exit status is $status >> $OUT2.new
60 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT2.new > $OUT2
61 rm -f $OUT2.new
71 cmp -s $OUT2 $EXP2
101 diff $DIFF_OPTS $EXP2 $OUT2 >> $test_name.failed
108 unset IMAGE FSCK_OPT SECOND_FSCK_OPT OUT1 OUT2 EXP1 EXP2