zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: zsh-workers@zsh.org
Subject: Re: test is not posix
Date: Thu, 21 Jan 2016 12:41:13 +0000	[thread overview]
Message-ID: <20160121124113.12e2d72a@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <56A01C67.1050509@inlv.org>

On Thu, 21 Jan 2016 00:46:47 +0100
Martijn Dekker <martijn@inlv.org> wrote:
> Trek schreef op 20-01-16 om 22:06:
> > with zsh called as sh:
> > 
> >   $ zsh/sh -c 'test -n "!" && echo ok'
> >   zsh:test:1: too many arguments
> 
> I think this might be the same bug that I reported back in May with
>   test -n '('
> and
>   test -n ')'
> http://www.zsh.org/mla/workers/2015/msg01225.html

Yes, we now have tests for the following cases.  It's trivial to add more
if you can think of any that might be problematic.

pws

  test -z \( || print Not zero 1
  test -z \< || print Not zero 2
  test -n \( && print Not zero 3
  test -n \) && print Not zero 4
  [ -n \> ] && print Not zero 5
  [ -n \! ] && print Not zero 6
0:test with two arguments and a token
>Not zero 1
>Not zero 2
>Not zero 3
>Not zero 4
>Not zero 5
>Not zero 6


  reply	other threads:[~2016-01-21 12:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-20 21:06 Trek
2016-01-20 21:38 ` Bart Schaefer
2016-01-20 21:44   ` Trek
2016-01-20 23:46 ` Martijn Dekker
2016-01-21 12:41   ` Peter Stephenson [this message]
2016-01-21 13:06     ` [BUG] 'test' returns 1 (not >1) on error [was: test is not posix] Martijn Dekker
2016-01-21 16:20       ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160121124113.12e2d72a@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).