diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-07 17:58:35 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-07 17:58:35 -0700 |
commit | b55f4f63255951eeda707932f47126bf5514d22f (patch) | |
tree | f7d9d035a98f10d9168d8c8ee238c72851c728b3 | |
parent | 4c5bfaa919824abe66874f35e2182af6f56644fa (diff) |
fix test_inet4
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 9b2c287d..ba1bac99 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7764,6 +7764,8 @@ def process(filename): self.do_run(src, '120.86.52.18\n120.86.52.18\n') def test_inet4(self): + if Settings.USE_TYPED_ARRAYS != 2: return self.skip('requires ta2') + src = r''' #include <stdio.h> #include <arpa/inet.h> |