Skip to content

Commit

Permalink
ts: fix 00/{120,140} tests after typos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Feb 15, 2022
1 parent d619aed commit 7250f88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions testsuite/modules.00-init/120-siteconfig.exp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ lappend ans " invoked from within
return 1
}

# enabl...\"
# enable...\"
(file \"$siteconfig_file\" line 2)"
if {[info exists env(COVERAGE)]} {
lappend ans " invoked from within
Expand Down Expand Up @@ -200,7 +200,7 @@ lappend ans " invoked from within
return 1
}

# enabl...\"
# enable...\"
(file \"$siteconfig_file\" line 2)"
if {[info exists env(COVERAGE)]} {
lappend ans " invoked from within
Expand Down Expand Up @@ -409,7 +409,7 @@ if {[info exists tclextlib_file] && [file executable ./tclsh83]} {
return 1
}

# enabl...\"
# enable...\"
(file \"$siteconfig_file\" line 2)"
if {[info exists env(COVERAGE)]} {
lappend ans " invoked from within
Expand Down
2 changes: 1 addition & 1 deletion testsuite/modules.00-init/140-color.exp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ lappend tserr " invoked from within
return 1
}

# enabl...\"
# enable...\"
\\(file \"$siteconfig_file\" line 2\\)"
if {[info exists env(COVERAGE)]} {
lappend tserr " invoked from within
Expand Down

0 comments on commit 7250f88

Please sign in to comment.