zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <opk@u.genie.co.uk>
To: Zsh hackers list <zsh-workers@sunsite.dk>
Subject: PATCH: posixbuiltins test (was Re: Nasty bug in array-element typeset  assignments)
Date: Thu, 26 Jul 2001 13:21:50 +0100	[thread overview]
Message-ID: <3B600B5E.AE478CC0@u.genie.co.uk> (raw)
In-Reply-To: <Tc0a88d0154fbb3cdbf@mailsweeper01.cambridgesiliconradio.com>

Peter Stephenson wrote:
> 
> Something like that would definitely be my preference.

Good; I won't commit the "something like that" just yet though, at least
not before Bart has had a chance to say something on this.

> > Incidentally, I get a couple of test failures with the latest CVS - on
> > with _arguments and the other for posixbuiltins.

> I don't get the one for posixbuiltins --- and there isn't much possibility

Ok, I looked in more detail and the problem was that someone here has
installed some run-mailcap package which includes a `print' command.
This means that `command print foo' is not going to fail with `command
not found'. Clearing the path is the easiest way I can think of to fix
this.

Oliver

Index: Test/E01options.ztst
===================================================================
RCS file: /cvsroot/zsh/zsh/Test/E01options.ztst,v
retrieving revision 1.8
diff -u -r1.8 E01options.ztst
--- Test/E01options.ztst     2001/07/09 18:31:25     1.8
+++ Test/E01options.ztst     2001/07/26 12:11:04
@@ -691,10 +691,10 @@
 ?(eval):14: no such file or directory: pathtestdir/findme
 
   setopt posixbuiltins
-  command print foo
+  PATH= command print foo
   unsetopt posixbuiltins
   print unsetting...
-  command print foo
+  PATH= command print foo
 127:POSIX_BUILTINS option
 >foo
 >unsetting...


  reply	other threads:[~2001-07-26 12:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-26  5:13 Nasty bug in array-element typeset assignments Bart Schaefer
2001-07-26  9:23 ` Peter Stephenson
2001-07-26  9:28   ` Borsenkow Andrej
2001-07-26  9:44     ` Peter Stephenson
2001-07-26  9:57       ` Borsenkow Andrej
2001-07-26 10:04       ` Oliver Kiddle
2001-07-26 11:07         ` Oliver Kiddle
2001-07-26 11:08         ` Borsenkow Andrej
2001-07-26 11:18           ` Borsenkow Andrej
2001-07-26 11:38           ` Oliver Kiddle
2001-07-26 11:45             ` Peter Stephenson
2001-07-26 12:21               ` Oliver Kiddle [this message]
2001-07-26 13:24             ` Borsenkow Andrej
2001-07-26 17:49               ` Bart Schaefer
2001-08-12 18:55                 ` PATCH (?): " Bart Schaefer

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=3B600B5E.AE478CC0@u.genie.co.uk \
    --to=opk@u.genie.co.uk \
    --cc=zsh-workers@sunsite.dk \
    /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).