guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Zsh: Remove workaround required for Zsh 5.6.


From: Leo Famulari
Subject: 01/01: gnu: Zsh: Remove workaround required for Zsh 5.6.
Date: Wed, 12 Sep 2018 15:21:55 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ff9008d8debae7b32a8d27da7ab2fef7c9322196
Author: Leo Famulari <address@hidden>
Date:   Wed Sep 12 15:17:45 2018 -0400

    gnu: Zsh: Remove workaround required for Zsh 5.6.
    
    This is a followup to commit 5a5d3e356311620df253d7c213c1bda79cd20128.
    
    * gnu/packages/shells.scm (zsh)[arguments]: Remove substitutions in 
'patch-test'
    phase.
---
 gnu/packages/shells.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 73e51da..c0f1c47 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -336,19 +336,6 @@ history mechanism, job control and a C-like syntax.")
                          (("command -pv") "command -v")
                          (("command -p") "command ")
                          (("'command' -p") "'command' "))
-                       ;; This file is ISO-8859-1 encoded.
-                       (with-fluids ((%default-port-encoding #f))
-                         (substitute* "Test/A05execution.ztst"
-                           ;; Help it find `sh`
-                           (("PATH=/bin:\\$\\{ZTST_testdir\\}/command.tmp/ 
tstcmd-slashless")
-                            (string-append "PATH=/bin:"
-                                           (assoc-ref %build-inputs "bash") 
"/bin:"
-                                           "${ZTST_testdir}/command.tmp/ 
tstcmd-slashless"))
-                           ;; Help it find `echo`
-                           (("PATH=/bin:\\$\\{ZTST_testdir\\}/command.tmp 
tstcmd-arg")
-                            (string-append "PATH=/bin:"
-                                           (assoc-ref %build-inputs 
"coreutils") "/bin:"
-                                           
"PATH=/bin:${ZTST_testdir}/command.tmp tstcmd-arg"))))
                        #t)))))
     (native-inputs `(("autoconf" ,autoconf)))
     (inputs `(("ncurses" ,ncurses)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]