~ruther/guix-local

ref: 1e6ccfe65f88fcd0cabaa42c7d04028d2e29c8ee guix-local/gnu/packages/patches/zsh-egrep-failing-test.patch -rw-r--r-- 397 bytes
1e6ccfe6 — Efraim Flashner gnu: Remove libgit2-1.4. 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
--- a/Test/E01options.ztst	2023-03-30 21:34:12.372309112 +0200
+++ b/Test/E01options.ztst	2023-03-30 21:34:33.212335339 +0200
@@ -649,7 +649,7 @@
 >noktarg1
 >0 1
 
-  showopt() { setopt | egrep 'localoptions|ksharrays'; }
+  showopt() { setopt | grep -E 'localoptions|ksharrays'; }
   f1() { setopt localoptions ksharrays; showopt }
   f2() { setopt ksharrays; showopt }
   setopt kshoptionprint