gtarfail2.at 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Process this file with autom4te to create testsuite. -*- Autotest -*-
  2. # Test suite for GNU tar.
  3. # Copyright 2004, 2006-2007, 2013-2014, 2016 Free Software Foundation,
  4. # 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([gtarfail2])
  17. AT_KEYWORDS([star gtarfail2])
  18. unset TAR_OPTIONS
  19. AT_CHECK([
  20. AT_STAR_PREREQ([gtarfail2.tar],[6b607d1faec14b82f69525d9c5b66e53])
  21. tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail2.tar
  22. ],
  23. [0],
  24. [-rwxr-xr-x jes/glone 214 2001-09-21 14:08 .clean
  25. lrwxrwxrwx jes/cats 0 1998-05-07 12:39 RULES -> makefiles/RULES
  26. drwxr-sr-x jes/glone 0 2001-12-10 00:00 build/
  27. -rw-r--r-- jes/glone 312019 2001-12-10 00:00 build/smake-1.2.tar.gz
  28. drwxr-sr-x jes/glone 0 2001-11-09 18:20 build/psmake/
  29. -rwxr-xr-x jes/glone 259 2000-01-09 16:36 build/psmake/MAKE
  30. -rwxr-xr-x jes/glone 4820 2001-02-25 22:45 build/psmake/MAKE.sh
  31. -rw-r--r-- jes/glone 647 2001-02-25 23:50 build/psmake/Makefile
  32. lrwxrwxrwx jes/glone 0 2001-08-29 10:53 build/psmake/archconf.c -> ../archconf.c
  33. lrwxrwxrwx jes/glone 0 2001-08-29 10:54 build/psmake/astoi.c -> ../../lib/astoi.c
  34. ])
  35. AT_CLEANUP