zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Test/V01private.ztst skipped (was: zsh 5.1.1-test-1)
Date: Sat, 21 Nov 2015 17:14:56 -0800	[thread overview]
Message-ID: <151121171456.ZM17449@torch.brasslantern.com> (raw)
In-Reply-To: <20151121230142.GE2335@tarsus.local2>

On Nov 21, 11:01pm, Daniel Shahaf wrote:
}
}     % make test
}     (eval):4: failed to load module `zsh/param/private': /home/daniel/src/zsh/Test/Modules/zsh/param/private.so: cannot open shared object file: No such file or directory

So obviously the 2>/dev/null is in the wrong place.

No response to my grumbling in workers/37086 ...


diff --git a/Test/V10private.ztst b/Test/V10private.ztst
index 6c38e39..cefeba9 100644
--- a/Test/V10private.ztst
+++ b/Test/V10private.ztst
@@ -2,10 +2,11 @@
 
 %prep
 
- if ! (zmodload zsh/param/private >/dev/null 2>/dev/null); then
+ if ! (zmodload zsh/param/private) >/dev/null 2>/dev/null; then
    ZTST_unimplemented="can't load the zsh/param/private module for testing"
+ else
+   zmodload zsh/param/private
  fi
- zmodload zsh/param/private
 
 %test
 


  parent reply	other threads:[~2015-11-22  1:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-21 18:35 zsh 5.1.1-test-1 Peter Stephenson
2015-11-21 18:54 ` Pascal Wittmann
2015-11-21 19:09 ` Simon Ruderich
2015-11-21 22:25   ` Bart Schaefer
2015-11-22 14:31   ` Christian Heinrich
2015-11-22 15:31   ` Peter Stephenson
2015-11-24  7:41     ` Simon Ruderich
2015-11-21 23:01 ` Test/V01private.ztst skipped (was: zsh 5.1.1-test-1) Daniel Shahaf
2015-11-22  1:09   ` Bart Schaefer
2015-11-25  1:44     ` Daniel Shahaf
2015-11-22  1:14   ` Bart Schaefer [this message]
2015-11-22  7:51     ` Bart Schaefer
2015-11-22 10:54 ` zsh 5.1.1-test-1 Sebastian Gniazdowski
2015-11-22 11:48 ` Manuel Presnitz
2015-11-22 12:23   ` Mikael Magnusson
2015-11-22 16:09   ` Peter Stephenson
2015-11-22 16:52     ` 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=151121171456.ZM17449@torch.brasslantern.com \
    --to=schaefer@brasslantern.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).