From b20565dd1c6a46f11b154936447db36900fac5dd Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 10 Oct 2008 18:42:46 +0000 Subject: [PATCH] Correct db_passwd misspelling git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7749 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/bscan-tape | 4 ++-- regress/tests/bscan-test | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5