diff options
Diffstat (limited to 'regress/char/unicode/Makefile')
-rw-r--r-- | regress/char/unicode/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/char/unicode/Makefile b/regress/char/unicode/Makefile index b75ba6db..b6940f6e 100644 --- a/regress/char/unicode/Makefile +++ b/regress/char/unicode/Makefile @@ -3,7 +3,10 @@ REGRESS_TARGETS = ascii input invalid latin1 latin1diff REGRESS_TARGETS += man mdoc named namediff nogroff SKIP_ASCII = man mdoc -UTF8_TARGETS = ${REGRESS_TARGETS} +# input and nogroff exhibit implementation dependent differences +# among wcwidth(3) on different systems +#UTF8_TARGETS = ${REGRESS_TARGETS} +UTF8_TARGETS = ascii invalid latin1 latin1diff man mdoc named namediff HTML_TARGETS = ascii invalid latin1 latin1diff named namediff nogroff LINT_TARGETS = input invalid |