diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-25 10:08:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-25 10:08:43 (GMT) |
commit | 0897da3fcbc72adbcfa8b94ae8dcb991f6723c79 (patch) | |
tree | a6fc0f573b8e93152542a65488dec72c7ebc11b2 /tests/fCmd.test | |
parent | 86cdeed19c5cd69b1fa6da0fa65b12301b3b2fc8 (diff) | |
parent | e037b3a40c7b761c9348c2abba648e1b037a4e97 (diff) | |
download | tcl-0897da3fcbc72adbcfa8b94ae8dcb991f6723c79.zip tcl-0897da3fcbc72adbcfa8b94ae8dcb991f6723c79.tar.gz tcl-0897da3fcbc72adbcfa8b94ae8dcb991f6723c79.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r-- | tests/fCmd.test | 4 |
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 |