4
0

pax-big-10g.at 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Process this file with autom4te to create testsuite. -*- Autotest -*-
  2. # Test suite for GNU tar.
  3. # Copyright 2004, 2006-2007, 2013-2014, 2016-2017 Free Software
  4. # Foundation, Inc.
  5. # This file is part of GNU tar.
  6. # GNU tar is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 3 of the License, or
  9. # (at your option) any later version.
  10. # GNU tar is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. AT_SETUP([pax-big-10g])
  17. AT_KEYWORDS([star pax-big-10g largefile])
  18. unset TAR_OPTIONS
  19. AT_CHECK([
  20. AT_SKIP_LARGE_FILES
  21. AT_GZIP_PREREQ([bzip2])
  22. AT_STAR_PREREQ([pax-big-10g.tar.bz2],[ca15c23acc8d8bb1f27e60113a5f8bff])
  23. tar --utc -tvjf $STAR_TESTSCRIPTS/pax-big-10g.tar.bz2
  24. ],
  25. [0],
  26. [-rw------- jes/glone 10737418240 2002-06-15 21:18 10g
  27. -rw-r--r-- jes/glone 0 2002-06-15 14:53 file
  28. ],
  29. [stderr])
  30. RE_CHECK([stderr],[tar: Record size = .*
  31. ])
  32. AT_CLEANUP