[Pkg-zsh-commits] [zsh] 01/01: Test updated patch by pws which unsetopts PROMPT_SP

Axel Beckert abe at deuxchevaux.org
Thu May 7 20:09:45 UTC 2015


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

abe pushed a commit to branch examine-test-suite-failures
in repository zsh.

commit 7e6f3b761dc0960c7498febe9960a797f057302b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu May 7 22:09:43 2015 +0200

    Test updated patch by pws which unsetopts PROMPT_SP
---
 ...ite-failures-are-prompt-variables-related.patch | 30 ++++++++++++++++------
 1 file changed, 22 insertions(+), 8 deletions(-)

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
index 17e65c0..e40c231 100644
--- 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
@@ -1,27 +1,41 @@
 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
+Origin: http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=35056
 
-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 @@
+diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst
+index 08163eb..cace2a4 100644
+--- a/Test/A02alias.ztst
++++ b/Test/A02alias.ztst
+@@ -59,7 +59,8 @@
  >And aliases are expanded
  
    $ZTST_testdir/../Src/zsh -fis <<<'
 -  PROMPT=""
++  unsetopt PROMPT_SP
 +  PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2=""
    exec 2>&1
    alias \{=echo
    { begin
-@@ -72,7 +72,7 @@
- *>*5*{end
+@@ -68,16 +69,17 @@
+ 0:Aliasing reserved tokens
+ >begin
+ >end
+-*>*4*{ begin
+-*>*5*{end
++*>*5*{ begin
++*>*6*{end
  
    $ZTST_testdir/../Src/zsh -fis <<<'
 -  PROMPT=""
++  unsetopt PROMPT_SP
 +  PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2=""
    exec 2>&1
    alias -g S=\"
    echo S a string S "
+   fc -l -1' 2>/dev/null
+ 0:Global aliasing quotes
+ > a string S 
+-*>*4*echo S a string S "
++*>*5*echo S a string S "
+ # Note there is a trailing space on the "> a string S " line

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