diff options
Diffstat (limited to 'gnulib-tests/test-nl_langinfo2.sh')
-rwxr-xr-x | gnulib-tests/test-nl_langinfo2.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnulib-tests/test-nl_langinfo2.sh b/gnulib-tests/test-nl_langinfo2.sh new file mode 100755 index 0000000..6333c90 --- /dev/null +++ b/gnulib-tests/test-nl_langinfo2.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# The name of a specific traditional locale. +: "${LOCALE_FR=fr_FR}" + +# The name of a specific UTF-8 locale. +: "${LOCALE_FR_UTF8=fr_FR.UTF-8}" + +# Make them accessible as environment variables. +export LOCALE_FR LOCALE_FR_UTF8 + +${CHECKER} ./test-nl_langinfo2${EXEEXT} |