From: Ulrich Drepper Date: Sun, 11 Apr 2010 01:23:47 +0000 (-0700) Subject: Adjust expected error message text from libelf. X-Git-Tag: elfutils-0.146~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d1e4811f159ee5779b6c2c9e459e12170effc9;p=thirdparty%2Felfutils.git Adjust expected error message text from libelf. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index c44e8186d..2ed847fcd 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2010-04-10 Ulrich Drepper + + * msg_tst.c: Adjust expected error message. + 2010-04-01 Petr Machata * test-flag-nobits.c: New test. diff --git a/tests/msg_tst.c b/tests/msg_tst.c index db078533f..f23909624 100644 --- a/tests/msg_tst.c +++ b/tests/msg_tst.c @@ -64,7 +64,7 @@ static struct { ELF_E_INVALID_COMMAND, "invalid command" }, { ELF_E_WRONG_ORDER_EHDR, "executable header not created first" }, { ELF_E_FD_DISABLED, "file descriptor disabled" }, - { ELF_E_FD_MISMATCH, "archive/member fildes mismatch" }, + { ELF_E_FD_MISMATCH, "archive/member file descriptor mismatch" }, { ELF_E_OFFSET_RANGE, "offset out of range" }, { ELF_E_NOT_NUL_SECTION, "cannot manipulate null section" }, { ELF_E_DATA_MISMATCH, "data/scn mismatch" },