README 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. This directory contains scripts for testing GNU tar using
  2. star "test archives". The archives themselves may be obtained
  3. from http://download.berlios.de/pub/star/testscripts.
  4. The tests are ignored unless environment variable STAR_TESTSCRIPTS
  5. is set and points to the directory where the test archives reside.
  6. Sample usage:
  7. make STAR_TESTSCRIPTS=testdir check
  8. or
  9. make TESTS_ENVIRONMENT='STAR_TESTSCRIPTS=testdir' check
  10. The file `quicktest.sh' is a separate test. It is never executed
  11. within `make check' command, you will need to run it manually.
  12. Please, carefully read section `quicktest.sh' below before running
  13. it.
  14. Following is a short description of the tests:
  15. * gtarfail.at and gtarfail2.at
  16. These tests require gtarfile.tar and gtarfile2.tar, respectively.
  17. These files are POSIX compliant tar archives that were not accepted
  18. by previous versions of GNU tar.
  19. * multi-fail.at
  20. Requires gnu-multi-fail-volume1.gtar and gnu-multi-fail-volume2.gtar.
  21. These are two parts of a multi-volume archive that previous versions
  22. of tar refused to read (at least, without -B option).
  23. * ustar-big-2g.at
  24. Requires ustar-big-2g.tar.bz2. It is a tar archive containing a file with
  25. the largest size that a historic tar implementation is able to understand.
  26. * ustar-big-8g.at
  27. Requires ustar-big-8g.tar.bz2. This is a test for reading an archive containing
  28. files with the largest size that may be used with ustar (POSIX.1-1990)
  29. format.
  30. * pax-big-10g.at
  31. Requires pax-big-10g.tar.bz2. It tests handling pax (POSIX.1-2001) archves
  32. containing very large files (in this case -- 10 GB).
  33. * quicktest.sh
  34. This is a test for compliance to POSIX.1-1990 tar specification. It
  35. requires two files: ustar-all-quicktest.tar and quicktest.filelist,
  36. (they usually reside in star/tartest directory), and `tartest' program
  37. (also part of star distribution). The test must be run only with root
  38. privileges, so it is a good idea to test contents of
  39. ustar-all-quicktest.tar before running it.
  40. If `tartest' is not in your PATH, use TARTEST variable to specify its
  41. full file name. You may pass both STAR_TESTSCRIPTS and TARTEST
  42. variables as command line arguments to quicktest.sh, as shown in
  43. the example below:
  44. ./quicktest.sh STAR_TESTSCRIPTS=testdir TARTEST=/path/to/tartest
  45. Local variables:
  46. mode: outline
  47. paragraph-separate: "[ ]*$"
  48. end: