diff options
Diffstat (limited to 'tests/test_sockets.py')
-rw-r--r-- | tests/test_sockets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sockets.py b/tests/test_sockets.py index 4e8bbd75..82ddc6fe 100644 --- a/tests/test_sockets.py +++ b/tests/test_sockets.py @@ -179,7 +179,7 @@ class sockets(BrowserCore): try: proc = make_relay_server(2234, 2236) pids.append(proc.pid) - self.btest(os.path.join('sockets', 'test_enet_client.c'), expected='0', args=['-DSOCKK=2237'] + enet) + self.btest(os.path.join('sockets', 'test_enet_client.c'), expected='0', args=['-DSOCKK=2237', '-DUSE_IFRAME'] + enet) finally: clean_pids(pids); |