From 28c6609c86191b9c913cd124437cad1dac4fd5e7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Oct 2000 13:09:28 +0000 Subject: Source lang-default rather than open-coding the setting/exporting of LANG, LC_ALL, and LANGUAGE. --- tests/mv/mv-special-1 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/mv/mv-special-1') diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index 39df45e95..412e1e6f6 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -1,6 +1,8 @@ #! /bin/sh . $srcdir/setup +# Make sure we get English translations. +. $srcdir/../lang-default if test -z "$other_partition_tmpdir"; then exit 77 @@ -26,14 +28,6 @@ if test $framework_failure = 1; then exit 77 fi -# Make sure we get English translations. -LANGUAGE=C -export LANGUAGE -LC_ALL=C -export LC_ALL -LANG=C -export LANG - fail=0 mv --verbose $null $dir $other_partition_tmpdir > out || fail=1 # Make sure the files are gone. -- cgit v1.2.3-54-g00ecf