]> Dogcows Code - chaz/tar/blob - tests/gzip.sh
Initial revision
[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.039174 seconds and 5 git commands to generate.