me
/
guix
Archived
1
0
Fork 0

gnu: Open vSwitch: Adjust tests for grep 3.8.

* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for
'egrep'.
master
Marius Bakke 2022-09-10 23:44:48 +02:00
parent 2500709e01
commit 93376d5d9c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 0 deletions

View File

@ -2763,6 +2763,11 @@ procedure calls (RPCs).")
(("#! /bin/sh") (("#! /bin/sh")
(string-append "#! " /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 ;; The tests use 'kill -0' to check whether a test has
;; completed, but it does not work in the build container ;; completed, but it does not work in the build container
;; because zombies are not reaped automatically (PID 1 is ;; because zombies are not reaped automatically (PID 1 is