path: nsntrace_4.5.g4d02e74-1/tests/check_namespaced.sh
# stop the non-namespaced udp_send on exit
pidof_udp_send=$(pidof udp_send)
trap 'kill "$pidof_udp_send"' EXIT
