bug#25140: [PATCH] test: implement -N

2016-12-08 Thread Pádraig Brady
On 08/12/16 16:56, isabella parakiss wrote: > test currently produces this error message with -N > $ /bin/test -N / > /bin/test: extra argument ‘-N’ > > which is different from what you get with an invalid unary operator > $ /bin/test -q / > /bin/test: ‘-q’: unary operator expected > > bash's

bug#25140: [PATCH] test: implement -N

2016-12-08 Thread isabella parakiss
test currently produces this error message with -N $ /bin/test -N / /bin/test: extra argument ‘-N’ which is different from what you get with an invalid unary operator $ /bin/test -q / /bin/test: ‘-q’: unary operator expected bash's test -N is supported in test_unop, but the actual test isn't

bug#25135: Infinite loop in factor

2016-12-08 Thread Pádraig Brady
On 08/12/16 07:50, Niels Möller wrote: > Hi, > > I've got an interesting bug report saying that > > factor 158909489063877810457 > > is very slow (actually, I don't think it ever terminates). Fixes pushed at: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.26-3-gc44da11