From b9262a12fb1dc8dc7d4772fd72c88e79e582d1c6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 22 Apr 2019 03:20:41 -0400 Subject: [PATCH] Code doesn't work under Python 3 yet. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 279971b..91983ce 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ # Test-suite makefile for sst -PYTHON=python +PYTHON=python2 all: regress @echo "No diff output is good news." -- 2.31.1