Skip to content

Commit e86e2f8

Browse files
committed
run/locale.t: Add detail to test names
1 parent 880bac9 commit e86e2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/run/locale.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ SKIP:
594594
@non_utf8_locales;
595595
my $locale = $non_utf8_locales[0];
596596

597-
fresh_perl_is(<<"EOF", "ok\n", {}, "Handles above Latin1 and NUL in non-UTF8 locale");
597+
fresh_perl_is(<<"EOF", "ok\n", {}, "cmp() handles above Latin1 and NUL in non-UTF8 locale");
598598
use locale;
599599
use POSIX qw(setlocale LC_COLLATE);
600600
if (setlocale(LC_COLLATE, '$locale')) {

0 commit comments

Comments
 (0)