Sergey, Here's a patch to fix a couple of bugs in extrac07.at in 1.23. Without this patch, multiple tests would be run instead of just one (for ustar) and the extracted directory would not get removed.
--- tar-1.23.orig/tests/extrac07.at 2010-01-26 11:30:21 +0000 +++ tar-1.23/tests/extrac07.at 2010-03-21 06:34:06 +0000 @@ -52,7 +52,9 @@ dir/ dir/foo ], -[],[],[ustar]) # Testing one format is enough +[],[],[],[ustar]) # Testing one format is enough + +chmod +w ustar/out/dir AT_CLEANUP Alexander
