Skip to content

Commit

Permalink
Fix a misleading skip message (Tk *is* supported, just not fully).
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Sep 13, 2002
1 parent cb1142b commit 55324fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/06_tk.t
Expand Up @@ -243,7 +243,7 @@ sub io_stop {
print "not ";
}
else {
$reason = " # skipped: $^O does not support Tk $Tk::VERSION.";
$reason = " # skipped: Tk $Tk::VERSION fileevent is broken on $^O.";
}
}
else {
Expand Down

0 comments on commit 55324fb

Please sign in to comment.