summaryrefslogtreecommitdiff
path: root/test/LINK/SHLIBVERSIONFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/SHLIBVERSIONFLAGS.py')
-rw-r--r--test/LINK/SHLIBVERSIONFLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LINK/SHLIBVERSIONFLAGS.py b/test/LINK/SHLIBVERSIONFLAGS.py
index 7f7975f4c..aae8843b3 100644
--- a/test/LINK/SHLIBVERSIONFLAGS.py
+++ b/test/LINK/SHLIBVERSIONFLAGS.py
@@ -43,7 +43,7 @@ if 'gnulink' in tool_list:
elif 'sunlink' in tool_list:
versionflags = r".+ -h libfoo.so.1( .+)+"
else:
- test.skip_test('No testable likers found, skipping the test\n')
+ test.skip_test('No testable linkers found, skipping the test\n')
# stdout must not contain SHLIBVERSIONFLAGS if there is no SHLIBVERSION provided