summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-26 22:27:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:59 -0500
commit187fdaa91faa335e1784a74160d45cea299eaa6c (patch)
tree4fc287d461b983cb319651a6b4bd528eb405038f /source4/script
parent7f7a2d133dc2191e0a08f6f99f3bda914a29ac44 (diff)
downloadsamba-187fdaa91faa335e1784a74160d45cea299eaa6c.tar.gz
samba-187fdaa91faa335e1784a74160d45cea299eaa6c.tar.bz2
samba-187fdaa91faa335e1784a74160d45cea299eaa6c.zip
r10520: The join is a nice quick RPC test.
Andrew Bartlett (This used to be commit d50b54309664454fa29249ec6ee8f02f9694478f)
Diffstat (limited to 'source4/script')
-rw-r--r--source4/script/tests/test_rpc_quick.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/script/tests/test_rpc_quick.sh b/source4/script/tests/test_rpc_quick.sh
index 5f74ba5af3..4ff6df0211 100644
--- a/source4/script/tests/test_rpc_quick.sh
+++ b/source4/script/tests/test_rpc_quick.sh
@@ -2,9 +2,9 @@
# add tests to this list as they start passing, so we test
# that they stay passing
-ncacn_np_tests="RPC-ECHO RPC-ALTERCONTEXT"
-ncalrpc_tests="RPC-ECHO RPC-ALTERCONTEXT"
-ncacn_ip_tcp_tests="RPC-ECHO RPC-ALTERCONTEXT"
+ncacn_np_tests="RPC-ECHO RPC-ALTERCONTEXT RPC-JOIN"
+ncalrpc_tests="RPC-ECHO RPC-ALTERCONTEXT RPC-JOIN"
+ncacn_ip_tcp_tests="RPC-ECHO RPC-ALTERCONTEXT RPC-JOIN"
if [ $# -lt 4 ]; then
cat <<EOF