summaryrefslogtreecommitdiff
path: root/t/python3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python3.sh')
-rwxr-xr-xt/python3.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/t/python3.sh b/t/python3.sh
index 72021cd86..33c427599 100755
--- a/t/python3.sh
+++ b/t/python3.sh
@@ -36,14 +36,12 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE --add-missing
-mkdir inst
-inst=`pwd`/inst
mkdir build
cd build
-../configure --prefix="$inst"
+../configure --prefix="$(pwd)/inst"
$MAKE install
-test -f "$inst/my/one.py"
-test -f "$inst/my/one.pyc"
-test -f "$inst/my/one.pyo"
+test -f inst/my/one.py
+test -f inst/my/one.pyc
+test -f inst/my/one.pyo
: