Skip to content

Commit

Permalink
don't specify config file
Browse files Browse the repository at this point in the history
as behavior to find the config file have changed, when config file is
relative and contains a "/".
Now, reletive config file are always treated relative to
the build time configured config directory.
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed May 16, 2016
1 parent 5634af7 commit 1e74300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bscan-tape
Expand Up @@ -102,9 +102,9 @@ else
fi

if test "$debug" -eq 1 ; then
$bin/bscan -w working $BSCANLIBDBI -u ${db_user} -n ${db_name} $PASSWD -m -s -v -b tmp/bscan.bsr -c bin/bareos-sd.conf tape
$bin/bscan -w working $BSCANLIBDBI -u ${db_user} -n ${db_name} $PASSWD -m -s -v -b tmp/bscan.bsr tape
else
$bin/bscan -w working $BSCANLIBDBI -u ${db_user} -n ${db_name} $PASSWD -m -s -v -b tmp/bscan.bsr -c bin/bareos-sd.conf tape >/dev/null 2>&1
$bin/bscan -w working $BSCANLIBDBI -u ${db_user} -n ${db_name} $PASSWD -m -s -v -b tmp/bscan.bsr tape >/dev/null 2>&1
fi

echo $BSCANLIBDBI
Expand Down

0 comments on commit 1e74300

Please sign in to comment.