From 4b3e91f3ec1b0cd0fc041684b89199b6a1aba242 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 Oct 2004 04:01:45 +0000 Subject: r3305: added ncalrpc to the list of rpc transports tested by test_echo.sh, so it gets regularly tested when I make changes. (This used to be commit e4216da824c8186df956d05742d96da05393c719) --- source4/script/tests/test_echo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh index 3aebb11b6b..fcdc72bac2 100755 --- a/source4/script/tests/test_echo.sh +++ b/source4/script/tests/test_echo.sh @@ -24,7 +24,7 @@ testit() { rm -f test.$$; } -for transport in ncacn_np ncacn_ip_tcp; do +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=ntlmssp_client:ntlm2=yes" \ -- cgit