1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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 b5507f8a95)
This commit is contained in:
Michael Adam 2008-05-06 11:43:27 +02:00
parent 41075fbfa1
commit 6989228d69

View File

@ -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 + $?`
}