From 0672b5342b183939b31dbfcb7b0231ad5da4cbd2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Aug 2021 01:25:38 +0100 Subject: [PATCH] test: exec ipif rather than wrapping it in the shell Signed-off-by: Ian Jackson --- test/test.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.cfg b/test/test.cfg index c176434..ddb6ac4 100644 --- a/test/test.cfg +++ b/test/test.cfg @@ -4,7 +4,7 @@ [SERVER] -ipif = /usr/lib/userv/ipif \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' +ipif = exec /usr/lib/userv/ipif \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' addrs = 198.51.100.1 port = 8099 @@ -18,7 +18,7 @@ vnetwork = 192.0.2.0/24 secret = sesame [192.0.2.3] -ipif = /usr/lib/userv/ipif \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' +ipif = exec /usr/lib/userv/ipif \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' # ./hippotat -D -c test.cfg -- 2.30.2