'ls.scm' monkey-patches (ice-9 getopt-long) to allow it to recognize '-1' as a valid option. Unfortunately, monkey patching no longer works with Guile 3.0 due to inlining, so change the test to make do without '-1'. diff --git a/tests/core-utils.org b/tests/core-utils.org index d35ede8..22718e3 100644 --- a/tests/core-utils.org +++ b/tests/core-utils.org @@ -93,14 +93,11 @@ * ls :script: #+begin_src sh - ls -1 tests/data/star + ls tests/data/star #+end_src :stdout: #+begin_example - 0 - 1 - 2 - 3 + 0 1 2 3 #+end_example * test-file n' name='id' value='cdaaeb915fb1c0bbc0908605e76b891c05293a69'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/release-manifest.scm
AgeCommit message (Expand)Author
2023-03-30maint: Add icecat to the release manifest....Andreas Enge
2023-02-05gnu: Rename 'guile-3.0/fixed' to 'guile-3.0/pinned'....Simon Tournier
2022-11-28maint: Leave 'gcc-toolchain' out for i586-gnu....Ludovic Courtès
2022-10-25maint: Tweak release manifest special case for armhf-linux....Christopher Baines
2022-09-01maint: Ignore cross-compilation to x86....Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-05-22ci: Do not rely on hardcoded cross-targets lists....Mathieu Othacehe
2021-12-08maint: Don't require unsupported packages such as GNOME on i686-linux....Ludovic Courtès
2021-04-27maint: Require "emacs-no-x" instead of "emacs" on armhf-linux....Ludovic Courtès
2021-04-27maint: Don't require 'bootstrap-tarballs' for powerpc64le-linux....Ludovic Courtès
2021-03-10ci: Remove hydra support....Mathieu Othacehe