diff options
-rwxr-xr-x | tests/mv/part-symlink | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index 3cd4e9af0..254159b89 100755 --- a/tests/mv/part-symlink +++ b/tests/mv/part-symlink @@ -18,6 +18,11 @@ pwd_tmp=$pwd/$tmp . $srcdir/setup . $srcdir/../envvar-check +# Make sure the programs use C-locale formats/translations. +LANGUAGE=C; export LANGUAGE +LC_ALL=C; export LC_ALL +LANG=C; export LANG + if test -z "$other_partition_tmpdir"; then (exit 77); exit fi |