summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/testdistcc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdistcc.py b/test/testdistcc.py
index b391c95..69bbc6f 100755
--- a/test/testdistcc.py
+++ b/test/testdistcc.py
@@ -1286,6 +1286,7 @@ class Gdb_Case(CompileHello_Case):
'Failed to read a valid object file image from memory.\n',
'warning: Lowest section in system-supplied DSO at 0xffffe000 is .hash at ffffe0b4\n',
'warning: no loadable sections found in added symbol-file /usr/lib/debug/lib/ld-2.7.so\n',
+ 'warning: Could not load shared library symbols for linux-gate.so.1.\nDo you need "set solib-search-path" or "set sysroot"?\n',
)
if errs and errs not in ignorable_error_messages:
self.assert_equal(errs, '')