[Pkg-zsh-commits] [zsh] 01/01: Test if patch from http://www.zsh.org/mla/workers/2016/msg02567.html works

Axel Beckert abe at deuxchevaux.org
Sun Dec 4 18:42:36 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 88e7cddfe915e532ab8ce8d5bea3093e2c95d676
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 4 19:42:13 2016 +0100

    Test if patch from http://www.zsh.org/mla/workers/2016/msg02567.html works
---
 debian/patches/pws.patch | 15 +++++++++++++++
 debian/patches/series    |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/pws.patch b/debian/patches/pws.patch
new file mode 100644
index 0000000..cf1d546
--- /dev/null
+++ b/debian/patches/pws.patch
@@ -0,0 +1,15 @@
+Description: Test if this patch works
+Origin: http://www.zsh.org/mla/workers/2016/msg02567.html
+
+--- a/Test/D04parameter.ztst
++++ b/Test/D04parameter.ztst
+@@ -97,7 +97,8 @@
+ 
+   PROMPT="" $ZTST_testdir/../Src/zsh -fis <<<'
+   unsetopt PROMPT_SP
+-  PS2="" PS3="" PS4="" RPS1="" RPS2=""
++  PS1="" PS2="" PS3="" PS4="" RPS1="" RPS2=""
++  exec 2>&1
+   foo() {
+       print ${1:?no arguments given}
+       print not reached
diff --git a/debian/patches/series b/debian/patches/series
index 857f0f2..01ac4e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 further-mitigate-test-suite-hangs.patch
+pws.patch

-- 
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