summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authorstanton <stanton>1998-12-10 03:28:02 (GMT)
committerstanton <stanton>1998-12-10 03:28:02 (GMT)
commitf83326906134a42cb02d4811970b37dec3eac20f (patch)
tree927fecf40faa8313978c9e55265f90352152d4dd /tests/fCmd.test
parent60e1f6f58d57656d72da839188a72a91bbb91d9a (diff)
downloadtcl-f83326906134a42cb02d4811970b37dec3eac20f.zip
tcl-f83326906134a42cb02d4811970b37dec3eac20f.tar.gz
tcl-f83326906134a42cb02d4811970b37dec3eac20f.tar.bz2
merged 8.0 changes
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 2544a3f..fcde275 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.test
@@ -9,11 +9,17 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: fCmd.test,v 1.1.2.2 1998/09/24 23:59:24 stanton Exp $
+# RCS: @(#) $Id: fCmd.test,v 1.1.2.3 1998/12/10 03:28:02 stanton Exp $
#
if {[string compare test [info procs test]] == 1} then {source defs}
+if {[string compare testgetplatform [info commands testgetplatform]] != 0} {
+ puts "This application hasn't been compiled with the \"testgetplatform\""
+ puts "command, therefore I am skipping all of these tests."
+ return
+}
+
set platform [testgetplatform]
if {$user == "root"} {