From 7cfeaf154f881377c4dac22da2fbd7b5dc00cb0a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 13 Jul 2007 04:40:23 +0000 Subject: [PATCH] Make config portable git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5164 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5