Fix regression tests broken by r337067.

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2018-08-02 11:55:16 +00:00
parent a260971458
commit 50cf3bac62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337124

View File

@ -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");
}