]> Dogcows Code - chaz/tar/blob - tests/gzip.sh
Removed unused variables
[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.034018 seconds and 4 git commands to generate.