]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
regenerate with updated mk-script
authorJim Meyering <jim@meyering.net>
Fri, 4 Jul 1997 14:43:55 +0000 (14:43 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Jul 1997 14:43:55 +0000 (14:43 +0000)
tests/cut/cut-tests
tests/join/join-tests
tests/md5sum/md5sum-tests
tests/pr/pr-tests
tests/sort/sort-tests
tests/tac/tac-tests
tests/tail/tail-tests
tests/tr/tr-tests

index cc739a9132fed7ab7792d931faa0bbb4a2911d38..c94f7d3ad42aa762a98b7b996414f3ba3ba07749 100755 (executable)
@@ -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 -d: -f1,3- $srcdir/1.I > 1.O 2> 1.E
 code=$?
 if test $code != 0 ; then
index c7e7456c3fbfe990fb0db0a48b0f8b83f565adee..35d4a57db25e69aaf5a320e73ad0024460f0f10e 100755 (executable)
@@ -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 -a1 $srcdir/1a.I1 $srcdir/1a.I2 > 1a.O 2> 1a.E
 code=$?
 if test $code != 0 ; then
index e750c606517ef2b57fc25c55e3a8b046650fb200..28738288fe849f2c8ba60956c5da688ec209f5c2 100755 (executable)
@@ -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
index fb1fce63ec780653dcbe63de1d97cd79b73ef70e..0358bddd4bf1772d161f63ead444408d176cc2dd 100755 (executable)
@@ -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
index 6fb31b7412ea8dfa0bec11a97c85469b3e329d61..a5016cdabe5c62f3e1d06d96a56b9667c3cc2f8c 100755 (executable)
@@ -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  $srcdir/01a.I > 01a.O 2> 01a.E
 code=$?
 if test $code != 0 ; then
index 48c7af90141df807d62c6bf6137f86ff7ca3a5b3..b98f0f8c1bd1f59435c66bbfa3c12b349d0d3a7a 100755 (executable)
@@ -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  $srcdir/basic-0.I > basic-0.O 2> basic-0.E
 code=$?
 if test $code != 0 ; then
index a89cf3638dfe4696a3200839b35a4db61af9695e..e51fdb1c506b4947d80e249d36c6cf75e0fa9e97 100755 (executable)
@@ -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 +2c $srcdir/obs-c1.I > obs-c1.O 2> obs-c1.E
 code=$?
 if test $code != 0 ; then
index 4251b31a9106712f7730f2d972afc6cfef5e653c..68ce7a7d07b54d00bd346ed721fe9585eefcddbc 100755 (executable)
@@ -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 'abcd' '[]*]' > 1.O 2> 1.E
 code=$?
 if test $code != 0 ; then