From 123362e61ca6840c738d032ea2867b8dce8f0ce2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 21 Jul 2015 06:57:31 -0400 Subject: Fix regression testing when the default Python becomes Python 3. --- regress-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress-driver') diff --git a/regress-driver b/regress-driver index 62be4981..b8c35526 100755 --- a/regress-driver +++ b/regress-driver @@ -16,7 +16,7 @@ fi # Arrange to call a gpsfake in the source directory without fuss. if [ -z ${PYTHON} ]; then - PYTHON="python" + PYTHON="python2" fi # Define the directories we ask setup.py to install the # modules/extensions and scripts to. The way chosen here reproduces -- cgit v1.2.1