From: Kern Sibbald Date: Fri, 10 Oct 2008 18:42:46 +0000 (+0000) Subject: Correct db_passwd misspelling X-Git-Tag: Release-2.4.3^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b20565dd1c6a46f11b154936447db36900fac5dd;p=bacula%2Fbacula Correct db_passwd misspelling git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7749 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/bscan-tape b/regress/tests/bscan-tape index df544f81e8..c2599713ea 100755 --- a/regress/tests/bscan-tape +++ b/regress/tests/bscan-tape @@ -97,10 +97,10 @@ cd .. echo "volume=TestVolume001" >tmp/bscan.bsr # If the database has a password pass it to bscan -if test "x${db_passwd}" = "x"; then +if test "x${db_password}" = "x"; then PASSWD= else - PASSWD="-P ${db_passwd}" + PASSWD="-P ${db_password}" fi if test "$debug" -eq 1 ; then diff --git a/regress/tests/bscan-test b/regress/tests/bscan-test index 2c57170639..ee629ecf17 100755 --- a/regress/tests/bscan-test +++ b/regress/tests/bscan-test @@ -58,10 +58,10 @@ echo "volume=TestVolume001" >tmp/bscan.bsr echo "volume=TestVolume002" >>tmp/bscan.bsr # If the database has a password pass it to bscan -if test "x${db_passwd}" = "x"; then +if test "x${db_password}" = "x"; then PASSWD= else - PASSWD="-P ${db_passwd}" + PASSWD="-P ${db_password}" fi if test "$debug" -eq 1 ; then