diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-28 11:59:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:54 -0500 |
commit | 6feaf6d4d60f64558190965f55b09457e940e596 (patch) | |
tree | e0fd06f36fb265feb4aeb7d4b8c2d7e3f126aaae /source4/script | |
parent | 8262efeb0b918785d45d1fd9e971b5ed44a3ccfb (diff) | |
download | samba-6feaf6d4d60f64558190965f55b09457e940e596.tar.gz samba-6feaf6d4d60f64558190965f55b09457e940e596.tar.bz2 samba-6feaf6d4d60f64558190965f55b09457e940e596.zip |
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)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_echo.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |