From 7c23573a5016f65ac0ea8049a158a4a8cefa4814 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jul 2003 09:27:02 +0000 Subject: [PATCH] Grr, the order of these arguments matters (This used to be commit 6babc35ef9c62a48a56ef63945d09e7e06229666) --- testsuite/build_farm/basicsmb.fns | 4 ++-- 1 file 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)" -- 2.34.1