]> granicus.if.org Git - python/commitdiff
Do the right thing for CYGWIN.
authorGuido van Rossum <guido@python.org>
Wed, 18 Jul 2007 16:59:11 +0000 (16:59 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Jul 2007 16:59:11 +0000 (16:59 +0000)
runtests.sh

index 2a6c0ba47fad8a55260d937b2db7cecfc8947705..837aab2ee1d93b80f3fb1f5896f9dba6c391b1e7 100755 (executable)
@@ -13,6 +13,7 @@ unset PYTHONPATH
 # Choose the Python binary.
 case `uname` in
 Darwin) PYTHON=./python.exe;;
+CYGWIN*) PYTHON=./python.exe;;
 *)      PYTHON=./python;;
 esac