From: Roland McGrath Date: Tue, 30 Jun 2009 19:55:45 +0000 (-0700) Subject: oops X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=077991e58e5bb704532ede4202e38197a307e69c;p=thirdparty%2Felfutils.git oops --- diff --git a/tests/run-dwarfcmp-self.sh b/tests/run-dwarfcmp-self.sh index 6184ea7f2..927083ed0 100755 --- a/tests/run-dwarfcmp-self.sh +++ b/tests/run-dwarfcmp-self.sh @@ -30,12 +30,9 @@ runtest() { for file; do if [ -f $file ]; then - { -(set -x - testrun ../src/dwarfcmp -q -i $file $file && + { testrun ../src/dwarfcmp -q -i $file $file && testrun ../src/dwarfcmp -i $file $file && testrun ../src/dwarfcmp -T -q -i $file $file -) > dwarfcmp-${file//\//_}.out 2>&1 } || { echo "*** failure in $file"; status=1; } fi