From 3981d2c16aa625fbf3ef623117ab216cc2e60555 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 9 Feb 2002 11:47:55 +0000 Subject: Fix up some braindamage in the testsuite. (if you remove the smbpasswd file, you wont be able to change the passwords contained therein... :-) Andrew Bartlett (This used to be commit dd8388330e5ad0ae1a82f876e3a95fba854d1528) --- testsuite/build_farm/basicsmb.fns | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index dac735a10d..d996a5d775 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -89,7 +89,6 @@ test_smbpasswd() { test_smbpasswd_remote() { test_smbpasswd_password="$1" test_smbpasswd_newpassword="$2" - rm -f $prefix/private/smbpasswd echo "( echo $test_smbpasswd_password; echo $test_smbpasswd_newpassword ; echo $test_smbpasswd_newpassword; ) | $prefix/bin/smbpasswd -r localhost -s -U $whoami" ( echo $test_smbpasswd_password; echo $test_smbpasswd_newpassword ; echo $test_smbpasswd_newpassword; ) | $prefix/bin/smbpasswd -r localhost -s -U $whoami status=$? @@ -104,7 +103,6 @@ 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 -s $whoami" ( echo $test_smbpasswd_newpassword ; echo $test_smbpasswd_newpassword; ) | $prefix/bin/smbpasswd -L -s $whoami status=$? -- cgit