From a6e9eefb23e57e14afaead5c896452360bdaeb6f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 27 Sep 2016 12:49:24 +0200 Subject: tests: Fix blunder. -- Fixes-commit: a423603f Signed-off-by: Justus Winter --- lang/python/tests/t-sig-notation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/tests/t-sig-notation.py') diff --git a/lang/python/tests/t-sig-notation.py b/lang/python/tests/t-sig-notation.py index 68f9c087..eb5b111c 100755 --- a/lang/python/tests/t-sig-notation.py +++ b/lang/python/tests/t-sig-notation.py @@ -36,7 +36,7 @@ expected_notations = { with core.Context() as c: version = c.engine_info.version have_correct_sig_data = not (version.startswith("1.") - version.startswith("2.0.") + or version.startswith("2.0.") or version == "2.1.1" or (version.startswith("2.1.1") and version[5] < '3')) -- cgit v1.2.3