diff options
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-x | testsuite/tar.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index f40079037..6604b4d22 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -4,6 +4,12 @@ | |||
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
7 | unset LANG | ||
8 | unset LANGUAGE | ||
9 | unset LC_COLLATE | ||
10 | unset LC_ALL | ||
11 | umask 022 | ||
12 | |||
7 | rm -rf tar.tempdir 2>/dev/null | 13 | rm -rf tar.tempdir 2>/dev/null |
8 | mkdir tar.tempdir && cd tar.tempdir || exit 1 | 14 | mkdir tar.tempdir && cd tar.tempdir || exit 1 |
9 | 15 | ||