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#22696: ls output changes considered unacceptable

2016-02-17 Thread isabella parakiss
On 2/17/16, Mike Frysinger <vap...@gentoo.org> wrote: > On 17 Feb 2016 01:41, isabella parakiss wrote: >> On 2/17/16, Ruediger Meier <sweet_...@gmx.de> wrote: >> > As already said in practice it is already configurable by different >> > kind >> >

bug#22696: ls output changes considered unacceptable

2016-02-16 Thread isabella parakiss
On 2/17/16, Ruediger Meier wrote: > As already said in practice it is already configurable by different kind > of distro-specific techniques or shell aliases. For example openSUSE > has envvar LS_OPTIONS. Maybe we could support such LS_OPTIONS variable > officially. Please no.

bug#21919: tee enhancement

2015-11-16 Thread isabella parakiss
On 11/14/15, Tim Shaw wrote: > If I am using stdout redirection of a shell block to capture some text I am > generating, errors need to go to stderr, but it would also be good if they > went into the generated output. For example > for i in files*; do > if