diff options
-rw-r--r-- | bin/dd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 20f0522..691c6f4 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -19,7 +19,7 @@ test: ${PROG} swab lcase ucase @echo testing conv=${conv} @./a.out | \ - /usr/bin/env -i LC_CTYPE=ASCII ./dd conv=${conv} 2>/dev/null | \ - /usr/bin/env -i LC_CTYPE=ASCII hexdump -C | \ + /usr/bin/env -i LC_CTYPE=en_US.US-ASCII ./dd conv=${conv} 2>/dev/null | \ + /usr/bin/env -i LC_CTYPE=en_US.US-ASCII hexdump -C | \ diff -IFreeBSD - ${.CURDIR}/ref.${conv} .endfor |