]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct db_passwd misspelling
authorKern Sibbald <kern@sibbald.com>
Fri, 10 Oct 2008 18:42:46 +0000 (18:42 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 10 Oct 2008 18:42:46 +0000 (18:42 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7749 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/bscan-tape
regress/tests/bscan-test

index df544f81e8cd5542a409fececd733dcd281805fa..c2599713ea251456f77f2d27889286ae1c3b8b57 100755 (executable)
@@ -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
index 2c571706399b74eb775109d76e2093b84c6de1e1..ee629ecf17b7ea50df4048483e67fc9f6b84948a 100755 (executable)
@@ -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