From 10e686a543d7b138787e7fc6a88fbc56f793ffc5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 1 Mar 2002 02:37:31 +0000 Subject: use the variable passed as a paramater, not just one randomly in our namespace. Andrew Bartlett (This used to be commit 18f6d476154163543e865b1fe200cd94288d5dc1) --- testsuite/build_farm/basicsmb.fns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index 75c40e879e..135a17fe93 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)" -- cgit