summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-24 15:04:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-24 15:04:05 (GMT)
commitaca216973f4109eff4ca90dd967295a28819e491 (patch)
tree3ff97ae33895ac66c41dd126699160f8865545f2 /tests/fCmd.test
parenta1dd05a17089ddf2b20cc4bea8c98d3f2355bec6 (diff)
downloadtcl-aca216973f4109eff4ca90dd967295a28819e491.zip
tcl-aca216973f4109eff4ca90dd967295a28819e491.tar.gz
tcl-aca216973f4109eff4ca90dd967295a28819e491.tar.bz2
Some missing test-constraints
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 619b6b1..8f21d1a 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.test
@@ -41,7 +41,7 @@ if {[testConstraint win]} {
testConstraint reg 1
}
}
-testConstraint notCI [expr {![info exists ::env(CI)] || !$::env(CI)}]
+testConstraint notInCIenv [expr {![info exists ::env(CI)] || !$::env(CI)}]
set tmpspace /tmp;# default value
# Find a group that exists on this Unix system, or else skip tests that
@@ -2584,7 +2584,7 @@ test fCmd-30.2 {file readable on 'NTUSER.DAT'} -constraints {win notWine} -body
} -result {1}
# At least one CI environment (GitHub Actions) is set up with the page file in
# an unusual location; skip the test if that is so.
-test fCmd-30.3 {file readable on 'pagefile.sys'} -constraints {win notCI} -body {
+test fCmd-30.3 {file readable on 'pagefile.sys'} -constraints {win notInCIenv} -body {
set r {}
if {[info exists env(SystemDrive)]} {
set path $env(SystemDrive)/pagefile.sys