guix describe: Adjust test to latest changes.
This is a followup to 64a070717c
.
* tests/guix-describe.sh: Add trailing slash when checking URL.
master
parent
7a2acbdc5a
commit
9e59dbcd6c
|
@ -1,5 +1,5 @@
|
||||||
# GNU Guix --- Functional package management for GNU
|
# 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.
|
# This file is part of GNU Guix.
|
||||||
#
|
#
|
||||||
|
@ -39,7 +39,7 @@ then
|
||||||
fi
|
fi
|
||||||
guix describe -f channels
|
guix describe -f channels
|
||||||
case "`guix describe -f channels | grep url`" in
|
case "`guix describe -f channels | grep url`" in
|
||||||
*"(url \"$abs_top_srcdir\")") true;;
|
*"(url \"$abs_top_srcdir/\")") true;;
|
||||||
*) false;;
|
*) false;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
|
Reference in New Issue