Bug#387305: zsh: incompatible behavior of test builtin

2007-08-22 Thread Vincent Lefevre
On 2006-09-13 16:32:35 +0200, Vincent Lefevre wrote: > The zsh test builtin is incompatible with /usr/bin/test from the > coreutils and with the builtin in bash. In zsh, > > test -n -a -n "" > > doesn't output any error message, whereas /usr/bin/test from the > coreutils outputs: > > /usr/bi

Bug#387305: zsh: incompatible behavior of test builtin

2006-09-13 Thread Vincent Lefevre
Package: zsh Version: 4.3.2-15 Severity: normal The zsh test builtin is incompatible with /usr/bin/test from the coreutils and with the builtin in bash. In zsh, test -n -a -n "" doesn't output any error message, whereas /usr/bin/test from the coreutils outputs: /usr/bin/test: extra argument