mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Open vSwitch: Adjust tests for grep 3.8.
* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for 'egrep'.
This commit is contained in:
parent
2500709e01
commit
93376d5d9c
1 changed files with 5 additions and 0 deletions
|
@ -2763,6 +2763,11 @@ (define-public openvswitch
|
|||
(("#! /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
|
||||
|
|
Loading…
Reference in a new issue