]> Dogcows Code - chaz/tar/blob - tests/gzip.sh
Remove some lint caught by gcc -Wall -W, etc.
[chaz/tar] / tests / gzip.sh
1 #! /bin/sh
2 # tar should detect that its gzip child failed.
3
4 . ./preset
5 . $srcdir/before
6
7 tar xfvz /dev/null
8 test $? = 2 || exit 1
9
10 err="\
11
12 gzip: stdin: unexpected end of file
13 tar: Child returned status 1
14 tar: Error exit delayed from previous errors
15 "
16
17 . $srcdir/after
This page took 0.032266 seconds and 4 git commands to generate.