diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-31 14:27:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:36:16 -0500 |
commit | d991196655a5102275736a32bf4861ae193a3761 (patch) | |
tree | bd8890a398ffb3ee23c2b077c21e9243dbac3968 /source4/script/tests | |
parent | adf31c5042497cbdf10d3542672bf8a5d0956216 (diff) | |
download | samba-d991196655a5102275736a32bf4861ae193a3761.tar.gz samba-d991196655a5102275736a32bf4861ae193a3761.tar.bz2 samba-d991196655a5102275736a32bf4861ae193a3761.zip |
r9827: Convert 'passdb backend' rather then 'passdb backends'
Be a bit more verbose
(This used to be commit fb2fd8da10b281b2064d4cae5d5a0630e8a207da)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_s3upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_s3upgrade.sh b/source4/script/tests/test_s3upgrade.sh index b0042bed45..50aa52f067 100755 --- a/source4/script/tests/test_s3upgrade.sh +++ b/source4/script/tests/test_s3upgrade.sh @@ -3,7 +3,7 @@ PREFIX=$1 if [ -z "$PREFIX" ] then - print "Usage: test_s3upgrade.sh <prefix" + echo "Usage: test_s3upgrade.sh <prefix>" exit 1 fi |