Skip to content

Commit

Permalink
testsuite: fix install_test_tcl for Tcl8.5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Dec 2, 2017
1 parent ce91639 commit 99053f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/bin/install_test_tcl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ foreach cmd [split $cmdlist ":"] {
set ret [eval module $cmd]
if {$ret == 0} {
set code 1
} elseif {![string is entier $ret]} {
} elseif {![string is integer $ret]} {
puts stdout $ret
}
}]} {
Expand Down

0 comments on commit 99053f9

Please sign in to comment.