|
@@ -19,7 +19,7 @@
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
AT_SETUP([listing sparse files bigger than 2^33 B])
|
|
|
-AT_KEYWORDS([sparse sparse05])
|
|
|
+AT_KEYWORDS([sparse sparse05 largefile])
|
|
|
|
|
|
# Description: If an archive in POSIX.1-2001 archive contained a sparse file
|
|
|
# member whose real size (excluding zero blocks) is bigger than 2^33 bytes,
|
|
@@ -29,6 +29,7 @@ AT_KEYWORDS([sparse sparse05])
|
|
|
# http://lists.gnu.org/archive/html/bug-tar/2013-01/msg00001.html
|
|
|
|
|
|
AT_TAR_CHECK([
|
|
|
+AT_SKIP_LARGE_FILES
|
|
|
AT_DATA([mapfile],
|
|
|
[0 =2560
|
|
|
m4_for([i], 1, 999, 1, [10M =2560
|