For release 1.21, the included regression tests show a new failure:

 ...
 54: working -C with --same-order                    ok
 55: multiple -C options                             ok
 56: short records                                   FAILED (shortrec.at:28)

This seems to be caused by unexpected stderr output:

  tar: Record size = 1 block

That change is actually mentioned in NEWS:

  ** Fixed record size autodetection.  If detected record size differs from
  the expected value (either default, or set on the command line), tar
  always prints a warning if verbosity level is set to 1 or greater,
  i.e. if either -t or -v option is given.

So I guess the test just needs updating.

-- 
Christian "naddy" Weisgerber                          [email protected]


Reply via email to