[Pkg-zsh-commits] [zsh] 01/01: Next test

Axel Beckert abe at deuxchevaux.org
Sun Dec 4 19:25:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch abe/jenkins-ftbfs-experiments
in repository zsh.

commit 3acd46fb1b14a2eb93c740ff01247117c9f25b88
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 4 20:25:19 2016 +0100

    Next test
---
 debian/patches/pws.patch | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/patches/pws.patch b/debian/patches/pws.patch
index cf1d546..2fcbfed 100644
--- a/debian/patches/pws.patch
+++ b/debian/patches/pws.patch
@@ -1,9 +1,9 @@
 Description: Test if this patch works
-Origin: http://www.zsh.org/mla/workers/2016/msg02567.html
+Origin: http://www.zsh.org/mla/workers/2016/msg02572.html
 
 --- a/Test/D04parameter.ztst
 +++ b/Test/D04parameter.ztst
-@@ -97,7 +97,8 @@
+@@ -97,16 +97,17 @@
  
    PROMPT="" $ZTST_testdir/../Src/zsh -fis <<<'
    unsetopt PROMPT_SP
@@ -13,3 +13,14 @@ Origin: http://www.zsh.org/mla/workers/2016/msg02567.html
    foo() {
        print ${1:?no arguments given}
        print not reached
+   }
+   foo
+   print reached
+-  '
++  ' 2>/dev/null
+ 0:interactive shell returns to top level on ${...?...} error
+-?foo:1: 1: no arguments given
++*>*foo:1: 1: no arguments given
+ >reached
+ 
+   print ${set1:+word1} ${set1+word2} ${null1:+word3} ${null1+word4}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list