mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Remove unneeded hack fixed by r309626.
strvis(3) being tainted by our mbtowc(3) calls was causing spurious failures here. MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
f0a6d7e204
commit
b4af531e83
1 changed files with 0 additions and 6 deletions
|
|
@ -137,16 +137,10 @@ ATF_TC_BODY(mbtowc, tc)
|
|||
h_mbtowc("ja_JP.ISO2022-JP", "\033$B", "\033$B$\"\033(B");
|
||||
h_mbtowc("ja_JP.SJIS", "\202", "\202\240");
|
||||
h_mbtowc("ja_JP.eucJP", "\244", "\244\242");
|
||||
#ifndef __FreeBSD__
|
||||
/* Moved last as it fails */
|
||||
h_mbtowc("zh_CN.GB18030", "\241", "\241\241");
|
||||
#endif
|
||||
h_mbtowc("zh_TW.Big5", "\241", "\241@");
|
||||
h_mbtowc("zh_TW.eucTW", "\241", "\241\241");
|
||||
#ifdef __FreeBSD__
|
||||
atf_tc_expect_fail("zh_CN.GB18030");
|
||||
h_mbtowc("zh_CN.GB18030", "\241", "\241\241");
|
||||
#endif
|
||||
}
|
||||
|
||||
ATF_TP_ADD_TCS(tp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue