From: Ian Jackson Date: Sat, 19 Nov 2016 18:11:09 +0000 (+0000) Subject: regress: shlib playback_prepare: Use test -e rather than test -f X-Git-Tag: adns-1.6.0~94 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e778ac84e508e546317d3a69043d9f3837639511;p=adns.git regress: shlib playback_prepare: Use test -e rather than test -f Signed-off-by: Ian Jackson --- 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