aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-24 21:59:43 -0700
committerJake McGinty <me@jake.su>2018-04-24 21:59:45 -0700
commita6f923d220fa873311a732866c148afc6ea592f2 (patch)
treeac067c4def2f5e3ac7b65826a0e308fbe5ca685b /tests
parenttests: more informative error bubbling for netns failures (diff)
downloadwireguard-rs-a6f923d220fa873311a732866c148afc6ea592f2.tar.xz
wireguard-rs-a6f923d220fa873311a732866c148afc6ea592f2.zip
timer: use tokio-timer 0.2 and make timers cancelable
Diffstat (limited to 'tests')
-rwxr-xr-xtests/netns.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/netns.sh b/tests/netns.sh
index 4196255..85a3c51 100755
--- a/tests/netns.sh
+++ b/tests/netns.sh
@@ -95,12 +95,10 @@ pp ip netns add $netns1
pp ip netns add $netns2
ip0 link set up dev lo
-# ip0 link add dev wg1 type wireguard
n0 $program wg1
sleep 0.5
ip0 link set wg1 netns $netns1
-# ip0 link add dev wg1 type wireguard
n0 $program wg2
sleep 0.5
ip0 link set wg2 netns $netns2