diff options
| author | Jim Meyering <jim@meyering.net> | 2000-10-22 13:09:28 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-10-22 13:09:28 +0000 |
| commit | 28c6609c86191b9c913cd124437cad1dac4fd5e7 (patch) | |
| tree | 177035185a56b06161fde8c456055f1e9c828d09 /tests/cp/same-file | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-28c6609c86191b9c913cd124437cad1dac4fd5e7.tar.gz coreutils-28c6609c86191b9c913cd124437cad1dac4fd5e7.zip | |
Source lang-default rather than open-coding
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
Diffstat (limited to 'tests/cp/same-file')
| -rwxr-xr-x | tests/cp/same-file | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file index 6752b4f0e..7ae7ec0bc 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -7,8 +7,7 @@ if test "$VERBOSE" = yes; then cp --version fi -LANGUAGE=C; export LANGUAGE -LANG=C; export LANG +. $srcdir/../lang-default VERSION_CONTROL=numbered; export VERSION_CONTROL |
