summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-06-19 13:52:49 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 14:19:48 +0200
commit60e974da0ea186745dc5e23a1bcab4f8fede0f8c (patch)
treef6498d060abeeae4f7f278006d6cede5e3c713f5
parentc173375d9122c98f1f4f81a910fa8b805fba65a5 (diff)
downloadsamba-60e974da0ea186745dc5e23a1bcab4f8fede0f8c.tar.gz
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 (cherry picked from commit 73c17b630317b5019e5d5f2b989b8de081a73e07) (cherry picked from commit febf046fc47dd3de3bbb6c0da5b218d73ef0487c)
-rwxr-xr-xsource/script/tests/test_net_registry.sh3
1 files changed, 2 insertions, 1 deletions
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"