~ruther/guix-local

93376d5d9c2756fa09525fa62d4f6b64f4b3e736 — Marius Bakke 3 years ago 2500709
gnu: Open vSwitch: Adjust tests for grep 3.8.

* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for
'egrep'.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +5 -0
@@ 2763,6 2763,11 @@ procedure calls (RPCs).")
                   (("#! /bin/sh")
                    (string-append "#! " /bin/sh))

                   ;; grep 3.8 emits a warning for 'egrep' which breaks
                   ;; expected output; adjust accordingly.
                   (("egrep")
                    "grep -E")

                   ;; The tests use 'kill -0' to check whether a test has
                   ;; completed, but it does not work in the build container
                   ;; because zombies are not reaped automatically (PID 1 is