Skip to content

Commit

Permalink
ts: adapt 70/210 test result for CYGWIN platform
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Sep 10, 2023
1 parent 7509491 commit 4457c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/modules.70-maint/210-clear.exp
Expand Up @@ -62,8 +62,8 @@ setenv_var __MODULES_LMREFRESH clear/1
setenv_path_var FOO bar

set ans [list]
# different result output order is expected on MSYS platform
if {[regexp {^MSYS_NT.*} $tcl_platform(os)]} {
# different result output order is expected on MSYS/CYGWIN platforms
if {[regexp {^(CYGWIN|MSYS_NT).*} $tcl_platform(os)]} {
lappend ans [list unset __MODULES_LMVARIANT]
lappend ans [list unset __MODULES_LMALTNAME]
lappend ans [list unset __MODULES_LMCONFLICT]
Expand Down

0 comments on commit 4457c15

Please sign in to comment.