From b0c3f1459d45e6cd923811e993b994f7905f7eda Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 19 Jun 2008 13:52:49 +0200 Subject: 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) --- source3/script/tests/test_net_registry.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') 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" -- cgit