guix-commits
[Top][All Lists]
Advanced

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

01/01: tests: Look for multi-digit column numbers in unbound variable te


From: Eric Bavier
Subject: 01/01: tests: Look for multi-digit column numbers in unbound variable test.
Date: Mon, 4 Dec 2017 10:34:11 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 42d16037d857aac02add38513bfa58535c1ddcfe
Author: Eric Bavier <address@hidden>
Date:   Mon Dec 4 04:30:28 2017 -0600

    tests: Look for multi-digit column numbers in unbound variable test.
    
    * tests/guix-system.sh: Match one or more digits in unbound-variable test.
---
 tests/guix-system.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index 4bb866a..2138648 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -123,9 +123,9 @@ else
     then
        # FIXME: With Guile 2.2.0 the error is reported on line 4.
        # See <http://bugs.gnu.org/26107>.
-       grep "$tmpfile:[49]:[0-9]: GRUB-config.*[Uu]nbound variable" 
"$errorfile"
+       grep "$tmpfile:[49]:[0-9]\+: GRUB-config.*[Uu]nbound variable" 
"$errorfile"
     else
-       grep "$tmpfile:9:[0-9]: GRUB-config.*[Uu]nbound variable" "$errorfile"
+       grep "$tmpfile:9:[0-9]\+: GRUB-config.*[Uu]nbound variable" "$errorfile"
     fi
 fi
 



reply via email to

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