svn commit: r337124 - head/libexec/rtld-elf/tests
Edward Tomasz Napierala
trasz at FreeBSD.org
Thu Aug 2 11:55:17 UTC 2018
Author: trasz
Date: Thu Aug 2 11:55:16 2018
New Revision: 337124
URL: https://svnweb.freebsd.org/changeset/base/337124
Log:
Fix regression tests broken by r337067.
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/libexec/rtld-elf/tests/ld_library_pathfds.c
Modified: head/libexec/rtld-elf/tests/ld_library_pathfds.c
==============================================================================
--- head/libexec/rtld-elf/tests/ld_library_pathfds.c Thu Aug 2 09:41:55 2018 (r337123)
+++ head/libexec/rtld-elf/tests/ld_library_pathfds.c Thu Aug 2 11:55:16 2018 (r337124)
@@ -186,7 +186,7 @@ expect_missing_library(int binary, char *pathfds)
{
char * const env[] = { pathfds, NULL };
try_to_run(binary, 1, env, "",
- "Shared object \"libpythagoras.so.0\" not found,"
+ "ld-elf.so.1: Shared object \"libpythagoras.so.0\" not found,"
" required by \"target\"\n");
}
More information about the svn-src-head
mailing list