From 4b6f928103c6585abc72cb3fc7d5070b16ea8f81 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 21 Jan 2002 00:25:24 +0000 Subject: Add the -s command to keep smbpasswd quiet during the tests. Andrew Bartlett (This used to be commit 180d7e8c43d754a0ba4494707ac7924ab4a06d72) --- testsuite/build_farm/basicsmb.fns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index ab866601a3..dac735a10d 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -105,8 +105,8 @@ test_smbpasswd_remote() { test_smbpasswd_local() { test_smbpasswd_newpassword="$2" rm -f $prefix/private/smbpasswd - echo "( echo $test_smbpasswd_newpassword ; echo $test_smbpasswd_newpassword; ) | $prefix/bin/smbpasswd -L $whoami" - ( echo $test_smbpasswd_newpassword ; echo $test_smbpasswd_newpassword; ) | $prefix/bin/smbpasswd -L $whoami + echo "( echo $test_smbpasswd_newpassword ; echo $test_smbpasswd_newpassword; ) | $prefix/bin/smbpasswd -L -s $whoami" + ( echo $test_smbpasswd_newpassword ; echo $test_smbpasswd_newpassword; ) | $prefix/bin/smbpasswd -L -s $whoami status=$? if [ $status = 0 ]; then echo "smbpasswd correctly locally changed password ($test_smbpasswd_password -> $test_smbpasswd_newpassword)" -- cgit