commit | f1e63545483a3b4eb7d8357e8a1ed2cb048bbb00 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu May 22 20:48:03 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu May 22 20:48:03 1997 +0000 |
tree | bb0a99e2f85607bec83bca986256c54cd3f05505 | |
parent | c2d14176153038d568770f5499c8aa6a8c6a93fc [diff] [blame] |
The usual
diff --git a/Lib/dos-8x3/test_sel.py b/Lib/dos-8x3/test_sel.py index 32ccfd1..85bfa41 100755 --- a/Lib/dos-8x3/test_sel.py +++ b/Lib/dos-8x3/test_sel.py
@@ -35,9 +35,9 @@ def test(): import sys - if sys.platform in ('win', 'mac'): + if sys.platform[:3] in ('win', 'mac'): if verbose: - print "Can't test select easily" + print "Can't test select easily on", sys.platform return cmd = 'for i in 0 1 2 3 4 5 6 7 8 9; do echo testing...; sleep 1; done' p = os.popen(cmd, 'r')