From 0c2997990d6e584ce32dfdbe5aa7236bf784c203 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 24 Jan 2016 19:47:31 +0100 Subject: [PATCH] * tests/run.in: Honor PREFIXCMD even without argument. --- tests/run.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.in b/tests/run.in index 7f8cb87a8..00c19b411 100755 --- a/tests/run.in +++ b/tests/run.in @@ -43,7 +43,7 @@ PATH="@abs_top_builddir@/bin:$PATH" export PATH test -z "$1" && - PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath exec @PYTHON@ + PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath exec $PREFIXCMD @PYTHON@ srcdir="@srcdir@" case $1 in