tar bugfix n.547 (patch submission)

Roberto A. Foglietta me at roberto.foglietta.name
Tue Jan 31 08:40:30 UTC 2006


Roberto A. Foglietta ha scritto:
> Rob Landley ha scritto:
> 
>  [cut]
> 
>> Ok, svn 13189 should fix it.  Can you confirm it's ok?
>>
> 
>  It is ok. I will attach a new tar test and a modified one.
>  They both belongs to testsuite/tar directory
> 


  I see that was added this check:

> # FEATURE: CONFIG_FEATURE_TAR_CREATE
> touch foo
> tar cf foo.tar foo
> ! busybox tar xf foo.tar bar
> 

  but not this other:

> 
> # FEATURE: CONFIG_FEATURE_TAR_CREATE
> echo >one
> echo >nul
> echo >two
> chmod a-r nul
> if tar cf pippo.tar one nul two; then
> 	false
> else
> 	 tar tf pippo.tar 
> fi

  may I do some changes to the script to have this feature tested too in 
testsuite/tar?


  Cheers
-- 
Roberto A. Foglietta
http://www.roberto.foglietta.name
SkypeNick: robang74
ICQ#: 108718257



More information about the busybox mailing list