From 6feaf6d4d60f64558190965f55b09457e940e596 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 Oct 2004 11:59:48 +0000 Subject: r3321: make the test_echo.sh test suite test non-blocking on all rpc transports this test now passes (This used to be commit 3d270fd86caedd1023373160934d72d8cb065659) --- source4/script/tests/test_echo.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script') diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh index fcdc72bac2..8065483f9a 100755 --- a/source4/script/tests/test_echo.sh +++ b/source4/script/tests/test_echo.sh @@ -27,6 +27,7 @@ testit() { for transport in ncalrpc ncacn_np ncacn_ip_tcp; do for bindoptions in connect sign seal sign,seal validate padcheck bigendian bigendian,seal; do for ntlmoptions in \ + "--option=socket:testnonblock=True" \ "--option=ntlmssp_client:ntlm2=yes" \ "--option=ntlmssp_client:ntlm2=no" \ "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:128bit=no" \ -- cgit