summaryrefslogtreecommitdiff
path: root/devel/py-checker/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-checker/patches/patch-ab')
-rw-r--r--devel/py-checker/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/py-checker/patches/patch-ab b/devel/py-checker/patches/patch-ab
new file mode 100644
index 00000000000..74fa392f3b9
--- /dev/null
+++ b/devel/py-checker/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/22 07:58:33 rillig Exp $
+
+--- test_check.sh.orig 2004-06-06 17:14:28.000000000 +0200
++++ test_check.sh 2006-10-22 09:57:35.000000000 +0200
+@@ -6,7 +6,7 @@ TESTS="test_input/test[1-9]*.py"
+ #PYTHON="$HOME/build/python/2_3/python"
+ #PYTHON="$PYTHON -tt coverage.py -x"
+
+-if [ "$PYTHON" == "" ]; then
++if [ "$PYTHON" = "" ]; then
+ PYTHON=python
+ fi
+