summaryrefslogtreecommitdiff
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
commit3981d2c16aa625fbf3ef623117ab216cc2e60555 (patch)
tree22e3f9fd7400a12db8b6cca93c45dfda5858c0a9 /testsuite
parent03cfb31ad931c65ca8c5b97c620f6e71bf5cac82 (diff)
downloadsamba-3981d2c16aa625fbf3ef623117ab216cc2e60555.tar.gz
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)
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=$?