Re: [Openvpn-devel] [PATCH] t_client.sh: Check for fping/fping6 availability

2013-11-15 Thread Gert Doering
Hi, On Fri, Nov 15, 2013 at 07:25:19PM +0100, Matthias Andree wrote: > > +# Check for external dependencies > > +which fping > /dev/null > ... > > NAK. > which is not a POSIX command, > so you may introduce false skips here. Which platform is it missing? My spot check found it on all BSDs,

Re: [Openvpn-devel] [PATCH] t_client.sh: Check for fping/fping6 availability

2013-11-15 Thread Matthias Andree
Am 15.11.2013 18:12, schrieb David Sommerseth: > From: David Sommerseth > > Check if fping and fping6 is available before running the real tests, > to avoid misleading test failures. > > Signed-off-by: David Sommerseth > --- > tests/t_client.sh.in | 12