mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Fix regression tests broken by r337067.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
a260971458
commit
50cf3bac62
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337124
@ -186,7 +186,7 @@ expect_missing_library(int binary, char *pathfds)
|
|||||||
{
|
{
|
||||||
char * const env[] = { pathfds, NULL };
|
char * const env[] = { pathfds, NULL };
|
||||||
try_to_run(binary, 1, env, "",
|
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");
|
" required by \"target\"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user