]> Dogcows Code - chaz/tar/blob - tests/gzip.sh
Accomodate for the new testsuite logic
[chaz/tar] / tests / gzip.sh
1 #! /bin/sh
2 # tar should detect that its gzip child failed.
3
4 . ./preset
5 TAR_ARCHIVE_FORMATS=auto
6 . $srcdir/before
7
8 tar xfvz /dev/null
9 test $? = 2 || exit 1
10
11 err="\
12
13 gzip: stdin: unexpected end of file
14 tar: Child returned status 1
15 tar: Error exit delayed from previous errors
16 "
17
18 . $srcdir/after
This page took 0.03977 seconds and 5 git commands to generate.