summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-02-09 11:47:55 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-02-09 11:47:55 +0000
commitdd8388330e5ad0ae1a82f876e3a95fba854d1528 (patch)
tree26b98961bd3118f8eb26b8113971774188efaaa1 /testsuite
parent771ef92fc6e43725b7cc351079998a8acb74abef (diff)
downloadsamba-dd8388330e5ad0ae1a82f876e3a95fba854d1528.tar.gz
samba-dd8388330e5ad0ae1a82f876e3a95fba854d1528.tar.xz
samba-dd8388330e5ad0ae1a82f876e3a95fba854d1528.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
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/basicsmb.fns2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns
index dac735a10d1..d996a5d775e 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=$?