]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
oops
authorRoland McGrath <roland@redhat.com>
Tue, 30 Jun 2009 19:55:45 +0000 (12:55 -0700)
committerRoland McGrath <roland@redhat.com>
Tue, 30 Jun 2009 19:55:45 +0000 (12:55 -0700)
tests/run-dwarfcmp-self.sh

index 6184ea7f2d59fbeee125259d42903cef41d74417..927083ed0c3edcb6be9997925523f6b3c9a7e495 100755 (executable)
@@ -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