guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/20: gnu: Open vSwitch: Adjust tests for grep 3.8.


From: guix-commits
Subject: 02/20: gnu: Open vSwitch: Adjust tests for grep 3.8.
Date: Sun, 11 Sep 2022 13:46:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 93376d5d9c2756fa09525fa62d4f6b64f4b3e736
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 10 23:44:48 2022 +0200

    gnu: Open vSwitch: Adjust tests for grep 3.8.
    
    * gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for
    'egrep'.
---
 gnu/packages/networking.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f5f1f447cb..bde43bd912 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]