diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-04 14:43:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-04 14:43:55 +0000 |
commit | bea4748f5c8fce9ee7f01dcbe505ccf25d53f141 (patch) | |
tree | 6f818133261c21700a50626810a60b58e8984911 /tests/pr/pr-tests | |
parent | 19d151cbbd625faea3628f00b835c848f2fc953d (diff) | |
download | coreutils-bea4748f5c8fce9ee7f01dcbe505ccf25d53f141.tar.gz coreutils-bea4748f5c8fce9ee7f01dcbe505ccf25d53f141.tar.bz2 coreutils-bea4748f5c8fce9ee7f01dcbe505ccf25d53f141.zip |
regenerate with updated mk-script
Diffstat (limited to 'tests/pr/pr-tests')
-rwxr-xr-x | tests/pr/pr-tests | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pr/pr-tests b/tests/pr/pr-tests index fb1fce63e..0358bddd4 100755 --- a/tests/pr/pr-tests +++ b/tests/pr/pr-tests @@ -9,6 +9,15 @@ $echo testing program: $xx errors=0 test "$srcdir" || srcdir=. test "$VERBOSE" && $xx --version 2> /dev/null + +# Make sure we get English translations. +LANGUAGE=C +export LANGUAGE +LC_ALL=C +export LC_ALL +LANG=C +export LANG + $xx --test -h x $srcdir/0Ft > 1a.O 2> 1a.E code=$? if test $code != 0 ; then |