From: Ian Jackson Date: Sun, 8 Aug 2021 00:25:38 +0000 (+0100) Subject: test: exec ipif rather than wrapping it in the shell X-Git-Tag: hippotat/1.0.0~239 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=0672b5342b183939b31dbfcb7b0231ad5da4cbd2;p=hippotat.git test: exec ipif rather than wrapping it in the shell Signed-off-by: Ian Jackson --- 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