zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Vin Shelton <acs@alumni.princeton.edu>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Dump of backlogged commits coming
Date: Tue, 7 Sep 2021 13:42:56 -0700	[thread overview]
Message-ID: <CAH+w=7aEFBNd4xbHwyVfetNwvzWCsgqWaNsFTKo9ewzOiMO6HQ@mail.gmail.com> (raw)
In-Reply-To: <CACeGjnXf=yb4dHExNa+MQtuD4CT0dPE5_+5Sfn5=-xk4FLTViQ@mail.gmail.com>

On Tue, Sep 7, 2021 at 6:28 AM Vin Shelton <acs@alumni.princeton.edu> wrote:
>
> Perhaps one of these commits is the reason for this test failure:

Yes, that would be this one:

        * Marlon Richert: 49218: Functions/Misc/run-help,
        Functions/Misc/run-help-btrfs, Functions/Misc/run-help-git,
        Functions/Misc/run-help-ip, Functions/Misc/run-help-p4,
        Functions/Misc/run-help-svk, Functions/Misc/run-help-svn:
        run-help filters cmd_args before calling run-help-<command>

The Z03 test is new (I missed adding it to the ChangeLog entry) and
does not handle separation of source tree / build tree.

Does this fix it?

diff --git a/Test/Z03run-help.ztst b/Test/Z03run-help.ztst
index 2bb3bceed..ca8ba4d04 100644
--- a/Test/Z03run-help.ztst
+++ b/Test/Z03run-help.ztst
@@ -1,7 +1,7 @@
 %prep
   PAGER=cat
   unalias run-help
-  autoload +X -Uz $PWD/../Functions/Misc/run-help*
+  autoload +X -Uz ${^fpath}/run-help*(N)
   builtin() {
     case "$1 $2" in
       ( 'getln cmd_args' )


  reply	other threads:[~2021-09-07 20:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06 21:55 Bart Schaefer
2021-09-07 13:27 ` Vin Shelton
2021-09-07 20:42   ` Bart Schaefer [this message]
2021-09-08 13:33     ` Vin Shelton

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='CAH+w=7aEFBNd4xbHwyVfetNwvzWCsgqWaNsFTKo9ewzOiMO6HQ@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=acs@alumni.princeton.edu \
    --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).