diff options
author | Michael Adam <obnox@samba.org> | 2008-06-19 13:52:49 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-06-19 17:22:27 +0200 |
commit | b0c3f1459d45e6cd923811e993b994f7905f7eda (patch) | |
tree | 07a3d3f24f3dd15a805ba7e806d5c26f29aa1001 /source3/script | |
parent | 39479c9ee64b1e10e9e2633d96cf3827870def58 (diff) | |
download | samba-b0c3f1459d45e6cd923811e993b994f7905f7eda.tar.gz samba-b0c3f1459d45e6cd923811e993b994f7905f7eda.tar.bz2 samba-b0c3f1459d45e6cd923811e993b994f7905f7eda.zip |
testsuite: update introductory comment to test_net_regsistry.sh
This is now used to test rpc and local access depending on
command line parameters.
Michael
(This used to be commit 73c17b630317b5019e5d5f2b989b8de081a73e07)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_net_registry.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/script/tests/test_net_registry.sh b/source3/script/tests/test_net_registry.sh index 4fe6db42d7..b6d27970cc 100755 --- a/source3/script/tests/test_net_registry.sh +++ b/source3/script/tests/test_net_registry.sh @@ -1,6 +1,7 @@ #!/bin/sh -# tests for the "net registry" command - local access to the registry db +# Tests for the "net registry" and "net rpc registry" commands. +# rpc tests are chose by specifying "rpc" as commandline parameter. RPC="$1" |