diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/test_function.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_function.py b/testing/test_function.py index 0e11618..92769d1 100644 --- a/testing/test_function.py +++ b/testing/test_function.py @@ -173,7 +173,7 @@ class TestFunction(object): res = fd.getvalue() if sys.platform == 'win32': NIL = b"00000000" - elif sys.platform.startswith('linux'): + elif sys.platform.startswith(('linux', 'gnu')): NIL = b"(nil)" else: NIL = b"0x0" # OS/X at least |
