diff options
-rw-r--r-- | lib/locale.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locale.t b/lib/locale.t index 1b510d25e6..13f1d32f19 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -88,6 +88,7 @@ sub ok { print "ok " . ++$test_num; print " $message"; print "\n"; + return ($result) ? 1 : 0; } # First we'll do a lot of taint checking for locales. |