mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 13:58:58 -04:00
Avoid test -e; older shs don't have one.
Reported by Paul Croome. Report forwarded by Dave Hart.
This commit is contained in:
parent
34c8f31650
commit
f1bd9388a9
@ -33,7 +33,7 @@ if test -x "$T/test-init"
|
|||||||
then
|
then
|
||||||
TEST_DIR="$T"
|
TEST_DIR="$T"
|
||||||
fi
|
fi
|
||||||
if test -e "$T/check-dumpevents.py"
|
if test -f "$T/check-dumpevents.py"
|
||||||
then
|
then
|
||||||
TEST_SRC_DIR="$T"
|
TEST_SRC_DIR="$T"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user