Skip to content

Commit

Permalink
Fix problem in testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Nov 14, 2024
1 parent f51cb58 commit bdab951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init.test
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test init-0.2 {no init.tcl from empty tcl_library, bug [43c94f95988f3057]} -setu
set res
} -cleanup {
if {[info exists org_tcl_lib]} {
set ::env(TCL_LIBRARY) org_tcl_lib
set ::env(TCL_LIBRARY) $org_tcl_lib
unset org_tcl_lib
} else {
unset -nocomplain ::env(TCL_LIBRARY)
Expand Down

0 comments on commit bdab951

Please sign in to comment.