1 test_description="e2fsck with repeated no"
6 gunzip < $test_dir/../f_yesall/image.gz > $TMPFILE
8 echo "nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn" | E2FSCK_FORCE_INTERACTIVE=y $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT.new 2>&1
10 echo Exit status is $status >> $OUT.new
11 sed -f $cmd_dir/filter.sed $OUT.new > $OUT
17 if [ "$status" = 0 ] ; then
18 echo "$test_name: $test_description: ok"
21 echo "$test_name: $test_description: failed"
22 diff $DIFF_OPTS $EXP $OUT > $test_name.failed
26 unset IMAGE FSCK_OPT OUT EXP