Grr, the order of these arguments matters
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Jul 2003 09:27:02 +0000 (09:27 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 1 Jul 2003 09:27:02 +0000 (09:27 +0000)
(This used to be commit 6babc35ef9c62a48a56ef63945d09e7e06229666)

testsuite/build_farm/basicsmb.fns

index 86b5a9ab3dd9da6d97469cad0ae483cfe838be7c..3a9080f473b738b30792b7d3ce8ea3bef89d8a67 100644 (file)
@@ -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)"