From: Michael Adam Date: Thu, 19 Jun 2008 11:52:49 +0000 (+0200) Subject: testsuite: update introductory comment to test_net_regsistry.sh X-Git-Tag: samba-3.3.0pre1~843 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73c17b630317b5019e5d5f2b989b8de081a73e07;p=thirdparty%2Fsamba.git 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 --- diff --git a/source/script/tests/test_net_registry.sh b/source/script/tests/test_net_registry.sh index 4fe6db42d78..b6d27970cc3 100755 --- a/source/script/tests/test_net_registry.sh +++ b/source/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"