diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-03 15:12:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:08 -0500 |
commit | a42b35a4c58d7db75cc49d95edaac781ffc8acf7 (patch) | |
tree | e2d558a296451280fbb6d8eb14b49b7961768077 | |
parent | 068cc7d4d550b91fcde89d8ce2f9b22a1bd28cc9 (diff) | |
download | samba-a42b35a4c58d7db75cc49d95edaac781ffc8acf7.tar.gz samba-a42b35a4c58d7db75cc49d95edaac781ffc8acf7.tar.bz2 samba-a42b35a4c58d7db75cc49d95edaac781ffc8acf7.zip |
r21675: Run some more of the NET tests.
(This used to be commit 778a150f35152ae435632434561fb205d25bc604)
-rwxr-xr-x | source4/script/tests/test_net.sh | 2 |
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 |