summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-07-01 09:27:02 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-07-01 09:27:02 +0000
commit6babc35ef9c62a48a56ef63945d09e7e06229666 (patch)
tree27b02d5256c26fb79d051df78a74623cfd7ab99d /testsuite
parentdcdbd530a6c74ecf09a96067c40be5813dd646c8 (diff)
downloadsamba-6babc35ef9c62a48a56ef63945d09e7e06229666.tar.gz
Grr, the order of these arguments matters
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/basicsmb.fns4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns
index 86b5a9ab3dd..3a9080f473b 100644
--- a/testsuite/build_farm/basicsmb.fns
+++ b/testsuite/build_farm/basicsmb.fns
@@ -94,8 +94,8 @@ test_smb_conf_setup() {
test_smbpasswd() {
test_smbpasswd_password="$1"
rm -f $prefix/private/smbpasswd
- echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami -D $loglevel"
- ( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami -D $loglevel
+ echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -D $loglevel -s -a $whoami"
+ ( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -D $loglevel -s -a $whoami
status=$?
if [ $status = 0 ]; then
echo "smbpasswd correctly set initial password ($test_smbpasswd_password)"