Home | History | Annotate | Download | only in tests

Lines Matching full:out1

16 if [ "$OUT1"x = x ]; then
17 OUT1=$test_name.1.log
46 cp /dev/null $OUT1
50 $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT1.new 2>&1
52 echo Exit status is $status >> $OUT1.new
53 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT1.new >> $OUT1
54 rm -f $OUT1.new
68 cmp -s $OUT1 $EXP1
99 diff $DIFF_OPTS $EXP1 $OUT1 >> $test_name.failed
108 unset IMAGE FSCK_OPT SECOND_FSCK_OPT OUT1 OUT2 EXP1 EXP2