diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/IcePack/simple/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IcePack/simple/run.py b/cpp/test/IcePack/simple/run.py index bbc17c4eadc..797577293dc 100755 --- a/cpp/test/IcePack/simple/run.py +++ b/cpp/test/IcePack/simple/run.py @@ -55,7 +55,7 @@ TestUtil.collocatedTest(toplevel, name) # # This test doesn't work under Windows. # -if sys.platform != "cygwin" and sys.platform != "win32": +if sys.platform[:6] != "cygwin" and sys.platform != "win32": testdir = os.path.join(toplevel, "test", "IcePack", "simple") server = os.path.join(testdir, "server") |