summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-06 11:43:27 +0200
committerMichael Adam <obnox@samba.org>2008-05-06 12:26:14 +0200
commit6989228d69466bbe37f9a7deacd5b4237fdcb516 (patch)
treefee48778a006ae6bd30bd4d5115145b836ce354d /source3/script
parent41075fbfa1cad4e8e978927850bb6010577f029f (diff)
downloadsamba-6989228d69466bbe37f9a7deacd5b4237fdcb516.tar.gz
samba-6989228d69466bbe37f9a7deacd5b4237fdcb516.tar.bz2
samba-6989228d69466bbe37f9a7deacd5b4237fdcb516.zip
testsuite: adapt informative message to say "Running _local_ registry tests".
The plan is to also test remote registry with "net rpc registry". Michael (This used to be commit b5507f8a95399193099a0474fb8b8bc95ba04a48)
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_net_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_net_s3.sh b/source3/script/tests/test_net_s3.sh
index 24732580fa..073a5e2c58 100755
--- a/source3/script/tests/test_net_s3.sh
+++ b/source3/script/tests/test_net_s3.sh
@@ -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 + $?`
}