From 1a5dac49a601aeaa7e4b47cd78f86cca95fe3c9e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 12 Apr 2009 12:00:30 +0000 Subject: [PATCH] ebl use scripts/bacula-dir.conf instead of bin/bacula-dir.conf git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8718 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index d4105a8fe6..aca9193a11 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -5,7 +5,7 @@ check_encoding() { - $bin/bacula-dir -d50 -t -c bin/bacula-dir.conf 2>&1 | grep 'Wanted SQL_ASCII, got UTF8' >/dev/null + $bin/bacula-dir -d50 -t -c $cwd/scripts/bacula-dir.conf 2>&1 | grep 'Wanted SQL_ASCII, got UTF8' >/dev/null if [ $? = 0 ]; then echo "Found database encoding problem, please modify the database encoding (SQL_ASCII)" exit 1 -- 2.39.5