Change locale name from non-existent ASCII to en_US.US-ASCII

This commit is contained in:
Andrey A. Chernov 2004-03-06 06:10:16 +00:00
parent a1f17de172
commit adde319c62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126685

View File

@ -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