diff --git a/scripts/dtls.test b/scripts/dtls.test index 3e5dedf07..2bf36d197 100755 --- a/scripts/dtls.test +++ b/scripts/dtls.test @@ -22,7 +22,6 @@ if [ "${AM_BWRAPPED-}" != "yes" ]; then if [ -n "$bwrap_path" ]; then export AM_BWRAPPED=yes exec "$bwrap_path" --cap-add ALL --unshare-net --dev-bind / / "$0" "$@" - exit $? fi fi