summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-14 23:32:15 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-14 23:32:15 +0200
commit72506bddeef6555a6a7031cdbadfb2df381b4fa5 (patch)
tree6e7612d781cc7c32371bacf077b2dc00a9548851
parenta311b908c034b5d91bc55d04b3ae5f144be9a9b2 (diff)
downloadtar-72506bddeef6555a6a7031cdbadfb2df381b4fa5.tar.gz
Ensure gnu format when running checkpoint tests
-rw-r--r--tests/testsuite.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index f764dced..6b804d58 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -226,6 +226,8 @@ for i in 0 1 2 3 4 5 6 7 8 9
do
genfile --length 10240 --file $i
done
+TAR_OPTIONS=-Hgnu
+export TAR_OPTIONS
$1
],m4_shift($@))])
m4_include([checkpoint/defaults.at])