From: Ian Jackson Date: Sat, 19 Nov 2016 18:11:03 +0000 (+0000) Subject: regress: m1test: Use test -e rather than test -f X-Git-Tag: adns-1.6.0~98 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=78634a979a03fcb8a18811a731c80f280567a509;p=adns.git regress: m1test: Use test -e rather than test -f Signed-off-by: Ian Jackson --- diff --git a/regress/m1test b/regress/m1test index 5acb788..5f928f1 100755 --- a/regress/m1test +++ b/regress/m1test @@ -67,7 +67,7 @@ queryargs="$*" initstring="`cat $srcdir/init-$initfile.text`" xinitflagsf=$srcdir/$program-xinitflags.text -if test -f $xinitflagsf +if test -e $xinitflagsf then useinitflags="$initflags $(cat $xinitflagsf)"; else