summaryrefslogtreecommitdiff
path: root/tests/md5sum
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-04 14:43:55 +0000
committerJim Meyering <jim@meyering.net>1997-07-04 14:43:55 +0000
commitbea4748f5c8fce9ee7f01dcbe505ccf25d53f141 (patch)
tree6f818133261c21700a50626810a60b58e8984911 /tests/md5sum
parent19d151cbbd625faea3628f00b835c848f2fc953d (diff)
downloadcoreutils-bea4748f5c8fce9ee7f01dcbe505ccf25d53f141.tar.xz
regenerate with updated mk-script
Diffstat (limited to 'tests/md5sum')
-rwxr-xr-xtests/md5sum/md5sum-tests9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/md5sum/md5sum-tests b/tests/md5sum/md5sum-tests
index e750c6065..28738288f 100755
--- a/tests/md5sum/md5sum-tests
+++ b/tests/md5sum/md5sum-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
+
cat $srcdir/1.I | $xx > 1.O 2> 1.E
code=$?
if test $code != 0 ; then