--- 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 g src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/hexpm.scm
AgeCommit message (Expand)Author
2023-05-31tests: Use quasiquoted 'match' patterns for package sexps....Ludovic Courtès
2022-06-15import: Add hex.pm importer....Hartmut Goebel