From 4a3636d0689b98c8f3ecebfa7c93252091d4731a Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 15 Mar 2020 20:51:52 +0100 Subject: ignore incomplete packets instead of exit(0), only allow packet queueing if state allows it Signed-off-by: Toni Uhlig --- test/integration_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration_test.sh b/test/integration_test.sh index 32adb89..6778820 100755 --- a/test/integration_test.sh +++ b/test/integration_test.sh @@ -98,4 +98,5 @@ SERVER_SHA=$(cat /tmp/ptunnel-data-recv | sha256sum | cut -d' ' -f1) test ${CLIENT_SHA} = ${SERVER_SHA} -printf 'done\n' +set +x +printf '[+] SUCCESS !!\n' -- cgit v1.2.3