Searched refs:RUN_SUDO (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/tests/
H A Dt_client.sh.in55 if [ -z "$RUN_SUDO" ]
57 echo "$0: this test must run be as root, or RUN_SUDO=... " >&2
238 $RUN_SUDO "${top_builddir}/src/openvpn/openvpn" $openvpn_conf >>$LOGDIR/$SUF:openvpn.log &
242 trap "$RUN_SUDO kill $opid" 0
243 trap "$RUN_SUDO kill $opid ; trap - 0 ; exit 1" 1 2 3 15
249 if $RUN_SUDO kill -0 $opid
280 $RUN_SUDO kill $opid
H A Dt_client.sh55 if [ -z "$RUN_SUDO" ]
57 echo "$0: this test must run be as root, or RUN_SUDO=... " >&2
238 $RUN_SUDO "${top_builddir}/src/openvpn/openvpn" $openvpn_conf >>$LOGDIR/$SUF:openvpn.log &
242 trap "$RUN_SUDO kill $opid" 0
243 trap "$RUN_SUDO kill $opid ; trap - 0 ; exit 1" 1 2 3 15
249 if $RUN_SUDO kill -0 $opid
280 $RUN_SUDO kill $opid

Completed in 31 milliseconds