summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/zsh-egrep-failing-test.patch
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-03-30 23:48:18 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2023-03-31 14:22:19 +0200
commitcebcf3533ab83233121434254a6ae7b8c35cfa1f (patch)
tree2a9623ecfda3c4f88706a189a2f31ef9c8464c20 /gnu/packages/patches/zsh-egrep-failing-test.patch
parent7f7532a847f1232fa8797a5d6d6b2a7e34278854 (diff)
gnu: zsh: Patch failing test that uses egrep.
* gnu/packages/patches/zsh-egrep-failing-test.patch: New file. * gnu/packages/shells.scm (zsh): Patch it. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/patches/zsh-egrep-failing-test.patch')
-rw-r--r--gnu/packages/patches/zsh-egrep-failing-test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/patches/zsh-egrep-failing-test.patch b/gnu/packages/patches/zsh-egrep-failing-test.patch
new file mode 100644
index 0000000000..10828ca6bb
--- /dev/null
+++ b/gnu/packages/patches/zsh-egrep-failing-test.patch
@@ -0,0 +1,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