testsuite: adapt informative message to say "Running _local_ registry tests".
authorMichael Adam <obnox@samba.org>
Tue, 6 May 2008 09:43:27 +0000 (11:43 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 6 May 2008 10:26:14 +0000 (12:26 +0200)
The plan is to also test remote registry  with "net rpc registry".

Michael
(This used to be commit b5507f8a95399193099a0474fb8b8bc95ba04a48)

source3/script/tests/test_net_s3.sh

index 24732580fae9cbe05681eb9340c518b3e22103d9..073a5e2c588f06e9493feceb3fc4ffeb70da09c9 100755 (executable)
@@ -14,7 +14,7 @@ net_misc() {
 }
 
 net_registry() {
-       echo "Running registry tests"
+       echo "Running local registry tests"
        $SCRIPTDIR/test_net_registry.sh \
        || failed=`expr $failed + $?`
 }