guix-commits
[Top][All Lists]
Advanced

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

05/27: guix describe: Adjust test to latest changes.


From: guix-commits
Subject: 05/27: guix describe: Adjust test to latest changes.
Date: Sun, 4 Sep 2022 17:20:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9e59dbcd6cc37ee65236edf23a9b32338536e036
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 4 19:13:33 2022 +0200

    guix describe: Adjust test to latest changes.
    
    This is a followup to 64a070717c3de32332201df5d6d2d52a7f99dce9.
    
    * tests/guix-describe.sh: Add trailing slash when checking URL.
---
 tests/guix-describe.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/guix-describe.sh b/tests/guix-describe.sh
index af523f0a0b..ca7b63ce3b 100644
--- a/tests/guix-describe.sh
+++ b/tests/guix-describe.sh
@@ -1,5 +1,5 @@
 # GNU Guix --- Functional package management for GNU
-# Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
+# Copyright © 2018, 2022 Ludovic Courtès <ludo@gnu.org>
 #
 # This file is part of GNU Guix.
 #
@@ -39,7 +39,7 @@ then
     fi
     guix describe -f channels
     case "`guix describe -f channels | grep url`" in
-       *"(url \"$abs_top_srcdir\")") true;;
+       *"(url \"$abs_top_srcdir/\")") true;;
        *) false;;
     esac
 else



reply via email to

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