summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-06 11:43:27 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 14:17:52 +0200
commit6b9a33a0413a9643716dbee5eceb9166a81abc0d (patch)
tree46e8063f2b552967a5aa2444e516c6cb4fbfad0c
parent1244128a6a536e01fb27ba382ab48c653aac0209 (diff)
downloadsamba-6b9a33a0413a9643716dbee5eceb9166a81abc0d.tar.gz
testsuite: adapt informative message to say "Running _local_ registry tests".
The plan is to also test remote registry with "net rpc registry". Michael (cherry picked from commit b5507f8a95399193099a0474fb8b8bc95ba04a48) (cherry picked from commit 1580941cb7718eec3931893ec8ac7a2c0c62c363)
-rwxr-xr-xsource/script/tests/test_net_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/test_net_s3.sh b/source/script/tests/test_net_s3.sh
index 24732580fae..073a5e2c588 100755
--- a/source/script/tests/test_net_s3.sh
+++ b/source/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 + $?`
}