diff options
-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" |