--- 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 ader'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets/scheme-mode/guix-git-reference
tr>
AgeCommit message (Expand)Author
2016-11-03tests: 'make check-system' prints the "build trace"....Ludovic Courtès
2016-10-27tests: Use #:fallback? #t when building system tests....Ludovic Courtès
2016-06-20build: 'make check-system' now honors $TESTS....Ludovic Courtès
2016-06-20tests: Add a mechanism to describe and discover system tests....Ludovic Courtès
2016-06-20tests: Add system installation test....Ludovic Courtès
2016-05-04build: Add 'run-system-tests.scm'....Ludovic Courtès