From 78634a979a03fcb8a18811a731c80f280567a509 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 19 Nov 2016 18:11:03 +0000 Subject: [PATCH] regress: m1test: Use test -e rather than test -f Signed-off-by: Ian Jackson --- regress/m1test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2