~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to tests/run_e2fsck

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-08-23 10:42:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050823104210-t15igvmgrkzea0dq
Tags: 1.38-2ubuntu1
* Merge with Debian.  (Ubuntu #13757)
* Remove tests/f_bad_disconnected_inode/image.gz to be able to build the
  package.  This will (hopefully) be in the next upstream version and is
  just used for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                touch $test_name.ok
84
84
        else
85
85
                echo "failed"
86
 
                diff -c $EXP1 $OUT1 > $test_name.failed
 
86
                diff $DIFF_OPTS $EXP1 $OUT1 > $test_name.failed
87
87
                if [ "$ONE_PASS_ONLY" != "true" ]; then
88
 
                        diff -c $EXP2 $OUT2 >> $test_name.failed
 
88
                        diff $DIFF_OPTS $EXP2 $OUT2 >> $test_name.failed
89
89
                fi
90
90
        fi
91
91
        rm -f tmp_expect