projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e81211
)
.
SH-UTILS-1_16b
author
Jim Meyering
<jim@meyering.net>
Mon, 30 Jun 1997 03:53:28 +0000
(
03:53
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 30 Jun 1997 03:53:28 +0000
(
03:53
+0000)
tests/factor/factor-tests
patch
|
blob
|
history
diff --git
a/tests/factor/factor-tests
b/tests/factor/factor-tests
index daa97e9b4041d75c3fa346cf35a1a770e5670058..04569d58ccc10e849f2de9106008ca34af5e9393 100644
(file)
--- a/
tests/factor/factor-tests
+++ b/
tests/factor/factor-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 9 > 1.O 2> 1.E
code=$?
if test $code != 0 ; then