summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-03-01 02:37:31 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-03-01 02:37:31 +0000
commit10e686a543d7b138787e7fc6a88fbc56f793ffc5 (patch)
treec64547fb69a44ab338de8374e3ed77fc2e6529fa /testsuite
parent8064c56f59d2709db0bfbbbbf319192a7f7e479d (diff)
downloadsamba-10e686a543d7b138787e7fc6a88fbc56f793ffc5.tar.gz
use the variable passed as a paramater, not just one randomly in our namespace.
Andrew Bartlett (This used to be commit 18f6d476154163543e865b1fe200cd94288d5dc1)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/basicsmb.fns2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns
index 75c40e879e4..135a17fe934 100644
--- a/testsuite/build_farm/basicsmb.fns
+++ b/testsuite/build_farm/basicsmb.fns
@@ -75,7 +75,7 @@ test_smbpasswd() {
test_smbpasswd_password="$1"
rm -f $prefix/private/smbpasswd
echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami"
- ( echo $password ; echo $password; ) | $prefix/bin/smbpasswd -L -s -a $whoami
+ ( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami
status=$?
if [ $status = 0 ]; then
echo "smbpasswd correctly set initial password ($test_smbpasswd_password)"