diff options
author | ptomulik <ptomulik@meil.pw.edu.pl> | 2016-05-16 09:01:17 (GMT) |
---|---|---|
committer | ptomulik <ptomulik@meil.pw.edu.pl> | 2016-05-16 09:01:17 (GMT) |
commit | 013d87ae5921b0bb55232a38257433ca256ee197 (patch) | |
tree | 79af434315e703b61b1ebc59df69151a429f4bd7 /test/LINK | |
parent | d64346001c83adce8bdfd6f9e8df191762d11c44 (diff) | |
download | SCons-013d87ae5921b0bb55232a38257433ca256ee197.zip SCons-013d87ae5921b0bb55232a38257433ca256ee197.tar.gz SCons-013d87ae5921b0bb55232a38257433ca256ee197.tar.bz2 |
correct typos in test/LINK/{SHLIB,LDMODULE}VERSIONFLAGS.py
Diffstat (limited to 'test/LINK')
-rw-r--r-- | test/LINK/LDMODULEVERSIONFLAGS.py | 2 | ||||
-rw-r--r-- | test/LINK/SHLIBVERSIONFLAGS.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/LINK/LDMODULEVERSIONFLAGS.py b/test/LINK/LDMODULEVERSIONFLAGS.py index 5a9a847..0683b72 100644 --- a/test/LINK/LDMODULEVERSIONFLAGS.py +++ b/test/LINK/LDMODULEVERSIONFLAGS.py @@ -44,7 +44,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') # We expect stdout to not contain LDMODULEVERSIONFLAGS if there is no diff --git a/test/LINK/SHLIBVERSIONFLAGS.py b/test/LINK/SHLIBVERSIONFLAGS.py index 7f7975f..aae8843 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 |