summaryrefslogtreecommitdiff
path: root/t/python-pr10995.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python-pr10995.sh')
-rwxr-xr-xt/python-pr10995.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/python-pr10995.sh b/t/python-pr10995.sh
index a822ce1e5..c530a13d9 100755
--- a/t/python-pr10995.sh
+++ b/t/python-pr10995.sh
@@ -48,8 +48,8 @@ test -f py-compile
$MAKE install
test -f inst/py/yes.py
test -f inst/py/yes.pyc
-test ! -f inst/py/no.py
-test ! -f inst/py/no.pyc
+test ! -e inst/py/no.py
+test ! -e inst/py/no.pyc
$MAKE disttest