From: Kern Sibbald Date: Fri, 13 Jul 2007 04:40:23 +0000 (+0000) Subject: Make config portable X-Git-Tag: Release-7.0.0~6015 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7cfeaf154f881377c4dac22da2fbd7b5dc00cb0a;p=bacula%2Fbacula Make config portable git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5164 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/config b/regress/config index 4bc4f52703..6088502400 100755 --- a/regress/config +++ b/regress/config @@ -2,7 +2,7 @@ # # First argument is expected to be a user's configuration file # -if ! test -e $1 ; then +if ! test -f $1 ; then echo "Arg1 must specify a config file (e.g. prototype.conf)" exit 1 fi