summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/guix-describe.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-describe.sh b/tests/guix-describe.sh
index af523f0a0be..ca7b63ce3b5 100644
--- a/tests/guix-describe.sh
+++ b/tests/guix-describe.sh
@@ -1,5 +1,5 @@
1# GNU Guix --- Functional package management for GNU 1# GNU Guix --- Functional package management for GNU
2# Copyright © 2018 Ludovic Courtès <ludo@gnu.org> 2# Copyright © 2018, 2022 Ludovic Courtès <ludo@gnu.org>
3# 3#
4# This file is part of GNU Guix. 4# This file is part of GNU Guix.
5# 5#
@@ -39,7 +39,7 @@ then
39 fi 39 fi
40 guix describe -f channels 40 guix describe -f channels
41 case "`guix describe -f channels | grep url`" in 41 case "`guix describe -f channels | grep url`" in
42 *"(url \"$abs_top_srcdir\")") true;; 42 *"(url \"$abs_top_srcdir/\")") true;;
43 *) false;; 43 *) false;;
44 esac 44 esac
45else 45else