diff options
| author | Ulrich Drepper <[email protected]> | 2010-04-10 18:23:47 -0700 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2010-04-10 18:23:47 -0700 |
| commit | c2d1e4811f159ee5779b6c2c9e459e12170effc9 (patch) | |
| tree | f9c0c3547a6ac24c0ed27bcef6a552ac70cf3ce6 | |
| parent | b8b849b7a59be95b254f62677d97bb2d86273110 (diff) | |
Adjust expected error message text from libelf.
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/msg_tst.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index c44e8186..2ed847fc 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2010-04-10 Ulrich Drepper <[email protected]> + + * msg_tst.c: Adjust expected error message. + 2010-04-01 Petr Machata <[email protected]> * test-flag-nobits.c: New test. diff --git a/tests/msg_tst.c b/tests/msg_tst.c index db078533..f2390962 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" }, |
