]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* binutils-all/readelf.exp (readelf_wi_test): Fix unexpected output failure message.
authorNick Clifton <nickc@redhat.com>
Wed, 14 Feb 2007 10:05:59 +0000 (10:05 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 14 Feb 2007 10:05:59 +0000 (10:05 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/readelf.exp

index 966222bb4e566e1603b0b9420f9fdf458d8b6834..38a8d23e99c911f30450181d2088214ec9834d08 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-14  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
+       output failure message.
+
 2007-01-08  Kai Tietz  <kai.tietz@onevision.com>
 
        * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
index 97d8d2214a3eb343c293e27f482b5aa08fb50a4e..cbc54e4f7be8658f0f5b1d797afee884715d1210 100644 (file)
@@ -260,7 +260,7 @@ proc readelf_wi_test {} {
     set got [prune_readelf_wi_warnings $got]
 
     if ![string match "" $got] then {
-       fail "readelf $options (reason: unexpected output)"
+       fail "readelf $READELFFLAGS -wi (reason: unexpected output)"
        send_log $got
        send_log "\n"
        return