diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-20 03:50:22 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-20 03:50:22 +0000 |
| commit | fd752a71ce0f20bb5a1b00bd811a50437ada7656 (patch) | |
| tree | 5af849a6b2c624ab9b97a8df326fa98b2dc34ea6 /lib/libc/tests/locale | |
| parent | 73065ae826e25d7a32986afd1a27a4d849313c01 (diff) | |
Notes
Diffstat (limited to 'lib/libc/tests/locale')
| -rw-r--r-- | lib/libc/tests/locale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/tests/locale/Makefile b/lib/libc/tests/locale/Makefile index e05cbae3ac9f..83caf8cb3bd3 100644 --- a/lib/libc/tests/locale/Makefile +++ b/lib/libc/tests/locale/Makefile @@ -20,7 +20,8 @@ ATF_TESTS_C+= wcsrtombs_test ATF_TESTS_C+= wcstombs_test ATF_TESTS_C+= wctomb_2_test -NETBSD_ATF_TESTS_C= io_test +# Note: io_test requires zh_TW.Big5 locale (see ^/head@r315568) +#NETBSD_ATF_TESTS_C= io_test NETBSD_ATF_TESTS_C+= mbrtowc_test NETBSD_ATF_TESTS_C+= mbstowcs_test NETBSD_ATF_TESTS_C+= mbsnrtowcs_test |
