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
commit18f6d476154163543e865b1fe200cd94288d5dc1 (patch)
tree64a42cea6a7591abdc85e6ef04c51d3ac2b6657c /testsuite
parentf1eb782eeeaca6efc0f89713ca449a379272eaad (diff)
downloadsamba-18f6d476154163543e865b1fe200cd94288d5dc1.tar.gz
use the variable passed as a paramater, not just one randomly in our namespace.
Andrew Bartlett
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)"