]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Ensure gnu format when running checkpoint tests
authorSergey Poznyakoff <gray@gnu.org>
Mon, 14 Jan 2019 21:32:15 +0000 (23:32 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Mon, 14 Jan 2019 21:32:15 +0000 (23:32 +0200)
tests/testsuite.at

index f764dced46509ef29229b2159dda647631c64834..6b804d58358cf9e28ecfb8d229701d614762ac44 100644 (file)
@@ -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])