diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-02-09 11:47:55 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-02-09 11:47:55 +0000 |
commit | 3981d2c16aa625fbf3ef623117ab216cc2e60555 (patch) | |
tree | 22e3f9fd7400a12db8b6cca93c45dfda5858c0a9 | |
parent | 03cfb31ad931c65ca8c5b97c620f6e71bf5cac82 (diff) | |
download | samba-3981d2c16aa625fbf3ef623117ab216cc2e60555.tar.gz samba-3981d2c16aa625fbf3ef623117ab216cc2e60555.tar.bz2 samba-3981d2c16aa625fbf3ef623117ab216cc2e60555.zip |
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)
-rw-r--r-- | testsuite/build_farm/basicsmb.fns | 2 |
1 files changed, 0 insertions, 2 deletions
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=$? |