]> Dogcows Code - chaz/tar/blob - tests/star/README
Fixed typo
[chaz/tar] / tests / star / README
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
5 The tests are ignored unless environment variable STAR_TESTSCRIPTS
6 is set and points to the directory where the test archives reside.
7 Sample usage:
8
9 make STAR_TESTSCRIPTS=testdir check
10
11 The following is a short description of the tests:
12
13 * gtarfail.sh and gtarfile2.tar
14
15 These tests require gtarfile.tar and gtarfile2.tar, respectively.
16 These files are POSIX compliant tar archives that were not accepted
17 by previous versions of GNU tar.
18
19 * multi-fail.sh
20
21 Requires gnu-multi-fail-volume1.gtar and gnu-multi-fail-volume2.gtar.
22 These are two parts of a multi-volume archive that previous versions
23 of tar refused to read (at least, without -B option).
24
25 * ustar-big-2g.sh
26
27 Requires ustar-big-2g.tar.bz2. It is a tar archive containing a file with
28 the largest size that a historic tar implementation is able to understand.
29
30 * ustar-big-8g.sh
31
32 Requires ustar-big-8g.tar.bz2. This is a test for reading an archive containing
33 files with the largest size that may be used with ustar (POSIX.1-1990)
34 format.
35
36 * pax-big-10g.sh
37
38 Requires pax-big-10g.tar.bz2. It tests handling pax (POSIX.1-2001) archves
39 containing very large files (in this case -- 10 GB).
40
41 * qucktest.sh
42
43 A test for compliance to POSIX.1-1990 tar specification. It requires
44 the files ustar-all-quicktest.tar and quicktest.filelist. Apart
45 from them, the `tartest' program from 'star' package is needed.
46 The test may be run only with root privileges, so it is a good
47 idea to test the contents of ustar-all-quicktest.tar before running
48 it.
49
50 \f
51 Local variables:
52 mode: outline
53 paragraph-separate: "[ \f]*$"
54 end:
This page took 0.039958 seconds and 5 git commands to generate.