summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-10-17 15:59:59 -0400
committerJoe George <joe@zeroc.com>2016-10-17 15:59:59 -0400
commit219b10ec6623c1542d46d0237348210d5b53ad1f (patch)
tree98e309576ee1be3f5ff73a91dc9dd835b049aa7b
parentMerge pull request #12 from grembo/patch-2 (diff)
downloadice-219b10ec6623c1542d46d0237348210d5b53ad1f.tar.bz2
ice-219b10ec6623c1542d46d0237348210d5b53ad1f.tar.xz
ice-219b10ec6623c1542d46d0237348210d5b53ad1f.zip
Fix typo in python Slice/unicodePaths test
-rw-r--r--python/test/Slice/unicodePaths/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/unicodePaths/run.py b/python/test/Slice/unicodePaths/run.py
index c6d83009cac..566a3818b81 100644
--- a/python/test/Slice/unicodePaths/run.py
+++ b/python/test/Slice/unicodePaths/run.py
@@ -36,7 +36,7 @@ if TestUtil.isAIX() or TestUtil.isLinux():
if sys.version_info[0] == 2 and TestUtil.isWin32():
print("To run this test on Windows you need to be using Python 3.x")
print("Python 2.x subprocess module doesn't support unicode on Windows")
- print("Skipping tes")
+ print("Skipping test")
sys.exit(0)
if os.environ.get("USE_BIN_DIST", "no") == "yes":