summaryrefslogtreecommitdiff
path: root/t/python3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python3.sh')
-rwxr-xr-xt/python3.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/python3.sh b/t/python3.sh
index 8667cf909..934be211e 100755
--- a/t/python3.sh
+++ b/t/python3.sh
@@ -40,8 +40,8 @@ mkdir build
cd build
../configure --prefix="$(pwd)/inst"
$MAKE install
-test -f inst/my/one.py
-test -f inst/my/one.pyc
-test -f inst/my/one.pyo
+py_installed inst/my/one.py
+py_installed inst/my/one.pyc
+py_installed inst/my/one.pyo
: