blob 10828ca6bb3361917461779ca2be9b3b28cbff25 397 bytes (raw)
name: packages/patches/zsh-egrep-failing-test.patch # note: path name is non-authoritative(*)
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
|
debug log:
solving 10828ca6bb3361917461779ca2be9b3b28cbff25 ...
found 10828ca6bb3361917461779ca2be9b3b28cbff25 in https://git.savannah.gnu.org/cgit/guix.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).