bug#22133: BUG

2015-12-09 Thread rumbler soppa
= GNU coreutils 8.23: gnulib-tests/test-suite.log = # TOTAL: 306 # PASS: 270 # SKIP: 35 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: test-file-has-acl.sh

bug#22133: BUG

2015-12-09 Thread Pádraig Brady
On 09/12/15 06:22, rumbler soppa wrote: > FAIL: test-update-copyright.sh > == > > --- - 2015-12-09 03:43:03.452788169 -0400 > +++ update-copyright.test-ex-stderr 2015-12-09 03:43:03.447145326 -0400 > @@ -1,2 +1,18 @@ > +Unescaped left brace in regex is deprecated

bug#22128: dirname enhancement

2015-12-09 Thread Pádraig Brady
tag 22128 notabug close 22128 stop On 09/12/15 17:31, Nellis, Kenneth wrote: > I frequently need to extract the `dirname's from a list of files, > so dirname should have an option to take its input from a > file, e.g.: > > dirname -f xargs dirname < filename > where could be "-" for stdin. >