summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-03 15:12:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:08 -0500
commita42b35a4c58d7db75cc49d95edaac781ffc8acf7 (patch)
treee2d558a296451280fbb6d8eb14b49b7961768077 /source4/script
parent068cc7d4d550b91fcde89d8ce2f9b22a1bd28cc9 (diff)
downloadsamba-a42b35a4c58d7db75cc49d95edaac781ffc8acf7.tar.gz
samba-a42b35a4c58d7db75cc49d95edaac781ffc8acf7.tar.bz2
samba-a42b35a4c58d7db75cc49d95edaac781ffc8acf7.zip
r21675: Run some more of the NET tests.
(This used to be commit 778a150f35152ae435632434561fb205d25bc604)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_net.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_net.sh b/source4/script/tests/test_net.sh
index fa7c7e06b6..269f2d81f6 100755
--- a/source4/script/tests/test_net.sh
+++ b/source4/script/tests/test_net.sh
@@ -3,7 +3,7 @@
# add tests to this list as they start passing, so we test
# that they stay passing
ncacn_np_tests="NET-API-LOOKUP NET-API-LOOKUPHOST NET-API-LOOKUPPDC NET-API-RPCCONN-BIND NET-API-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
-ncalrpc_tests="NET-API-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
+ncalrpc_tests="NET-API-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER NET-USERINFO NET-USERADD NET-USERDEL NET-USERMOD"
ncacn_ip_tcp_tests="NET-API-LOOKUP NET-API-LOOKUPHOST NET-API-LOOKUPPDC NET-API-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
if [ $# -lt 4 ]; then