From e778ac84e508e546317d3a69043d9f3837639511 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 19 Nov 2016 18:11:09 +0000 Subject: [PATCH] regress: shlib playback_prepare: Use test -e rather than test -f Signed-off-by: Ian Jackson --- regress/shlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/shlib b/regress/shlib index 3aadb9f..c8d3fcc 100644 --- a/regress/shlib +++ b/regress/shlib @@ -10,7 +10,7 @@ playback_prepare () { initstring="`cat $srcdir/init-$initfile.text`" xinitflagsf=$srcdir/$program-xinitflags.text - if test -f $xinitflagsf + if test -e $xinitflagsf then initflags="$initflags `cat $xinitflagsf`"; else -- 2.30.2