diff options
author | Nick Clifton <nickc@redhat.com> | 2007-02-14 10:05:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-02-14 10:05:59 +0000 |
commit | b279a55c19a2826fa8b5b08ec13e8df13ff5b9f5 (patch) | |
tree | bf8ee7e55994bb147483e03bc456154709b47dfa /binutils/testsuite/binutils-all/readelf.exp | |
parent | 9355a6e0d8c8fe5c39636a05ee271af2840ff48c (diff) | |
download | gdb-b279a55c19a2826fa8b5b08ec13e8df13ff5b9f5.zip gdb-b279a55c19a2826fa8b5b08ec13e8df13ff5b9f5.tar.gz gdb-b279a55c19a2826fa8b5b08ec13e8df13ff5b9f5.tar.bz2 |
* binutils-all/readelf.exp (readelf_wi_test): Fix unexpected output failure message.
Diffstat (limited to 'binutils/testsuite/binutils-all/readelf.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index 97d8d22..cbc54e4 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -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 |