mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Change locale name from non-existent ASCII to en_US.US-ASCII
This commit is contained in:
parent
a1f17de172
commit
adde319c62
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126685
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user