Do the right thing for CYGWIN.
diff --git a/runtests.sh b/runtests.sh
index 2a6c0ba..837aab2 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -13,6 +13,7 @@
 # Choose the Python binary.
 case `uname` in
 Darwin) PYTHON=./python.exe;;
+CYGWIN*) PYTHON=./python.exe;;
 *)      PYTHON=./python;;
 esac