summaryrefslogtreecommitdiffstats
path: root/tests/platform.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-25 18:06:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-25 18:06:17 (GMT)
commitf4151635b12b2c9b62d1b638b7096875bb65bc76 (patch)
tree37a4ec871bb92da6472409b1c5e35a0f3a527b78 /tests/platform.test
parent7bf6e2558f5324998ed7af4c9b24f2f4f3f4bb49 (diff)
downloadtcl-f4151635b12b2c9b62d1b638b7096875bb65bc76.zip
tcl-f4151635b12b2c9b62d1b638b7096875bb65bc76.tar.gz
tcl-f4151635b12b2c9b62d1b638b7096875bb65bc76.tar.bz2
* tests/platform.test: Update tests to expect revised results
* tests/safe.test: corresponding to the TIP 315 change.
Diffstat (limited to 'tests/platform.test')
-rw-r--r--tests/platform.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform.test b/tests/platform.test
index 7eda53c..fd9ed66 100644
--- a/tests/platform.test
+++ b/tests/platform.test
@@ -25,7 +25,7 @@ test platform-1.1 {TclpSetVariables: tcl_platform} {
set result [i eval {lsort [array names tcl_platform]}]
interp delete i
set result
-} {byteOrder machine os osVersion platform pointerSize user wordSize}
+} {byteOrder machine os osVersion pathSeparator platform pointerSize user wordSize}
# Test assumes twos-complement arithmetic, which is true of virtually
# everything these days. Note that this does *not* use wide(), and