[BusyBox] new tar patch, want to get this out of the way

Matt Kraai kraai at alumni.carnegiemellon.edu
Wed Oct 3 11:16:51 UTC 2001


On Thu, Oct 04, 2001 at 02:28:55AM +1000, Glenn McGrath wrote:
> Actually i did look around for a test program, i guesss i didnt look hard
> enough.

There is a bug in the tar-handles-exclude-and-extract-lists test
case.  Please use the appended version.

Matt

touch foo bar baz
tar cf foo.tar foo bar baz
echo foo >foo.exclude
rm foo bar baz
busybox tar xf foo.tar foo bar -X foo.exclude
test ! -f foo -a -f bar -a ! -f baz





More information about the busybox mailing list