[Pkg-zsh-commits] [zsh] 01/01: Add patch to check if test suite failures are prompt variables related

Axel Beckert abe at deuxchevaux.org
Wed May 6 16:28:43 UTC 2015


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

abe pushed a commit to branch debian
in repository zsh.

commit e0c83ff9cef8213e10370d188625b15c694749c2
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed May 6 17:58:38 2015 +0200

    Add patch to check if test suite failures are prompt variables related
---
 debian/patches/series                              |  1 +
 ...ite-failures-are-prompt-variables-related.patch | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 4756bab..fb8545e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 replace-texi2html-with-makeinfo
 further-mitigate-test-suite-hangs.patch
+test-if-test-suite-failures-are-prompt-variables-related.patch
diff --git a/debian/patches/test-if-test-suite-failures-are-prompt-variables-related.patch b/debian/patches/test-if-test-suite-failures-are-prompt-variables-related.patch
new file mode 100644
index 0000000..17e65c0
--- /dev/null
+++ b/debian/patches/test-if-test-suite-failures-are-prompt-variables-related.patch
@@ -0,0 +1,27 @@
+Description: Patch to check if test suite failures are prompt variables related
+Author: Peter Stephenson <p.stephenson at samsung.com>
+Bug: http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=35042
+Origin: http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=35044
+
+Index: zsh/Test/A02alias.ztst
+===================================================================
+--- zsh.orig/Test/A02alias.ztst	2015-05-06 10:17:19.000000000 +0200
++++ zsh/Test/A02alias.ztst	2015-05-06 17:48:40.000000000 +0200
+@@ -59,7 +59,7 @@
+ >And aliases are expanded
+ 
+   $ZTST_testdir/../Src/zsh -fis <<<'
+-  PROMPT=""
++  PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2=""
+   exec 2>&1
+   alias \{=echo
+   { begin
+@@ -72,7 +72,7 @@
+ *>*5*{end
+ 
+   $ZTST_testdir/../Src/zsh -fis <<<'
+-  PROMPT=""
++  PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2=""
+   exec 2>&1
+   alias -g S=\"
+   echo S a string S "

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