4
0

gtarfail2.at 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Process this file with autom4te to create testsuite. -*- Autotest -*-
  2. # Test suite for GNU tar.
  3. # Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc.
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 3, or (at your option)
  7. # any later version.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. # You should have received a copy of the GNU General Public License
  13. # along with this program; if not, write to the Free Software
  14. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  15. # 02110-1301, USA.
  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