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/into-self-3 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/mv/into-self-3') diff --git a/tests/mv/into-self-3 b/tests/mv/into-self-3 index 94de9c8d3..8641468ef 100755 --- a/tests/mv/into-self-3 +++ b/tests/mv/into-self-3 @@ -19,12 +19,7 @@ if test $framework_failure = 1; then fi # Make sure we get English translations. -LANGUAGE=C -export LANGUAGE -LC_ALL=C -export LC_ALL -LANG=C -export LANG +. $srcdir/../lang-default # This mv command should exit nonzero. mv $dir1 $dir2 $dir2 > out 2>&1 && fail=1 -- cgit v1.2.3-70-g09d2