Skip to content

Commit

Permalink
guix describe: Adjust test to latest changes.
Browse files Browse the repository at this point in the history
This is a followup to 64a0707.

* tests/guix-describe.sh: Add trailing slash when checking URL.
  • Loading branch information
civodul committed Sep 4, 2022
1 parent 7a2acbd commit 9e59dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/guix-describe.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
# Copyright © 2018 Ludovic Courtès <[email protected]>
# Copyright © 2018, 2022 Ludovic Courtès <[email protected]>
#
# This file is part of GNU Guix.
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9e59dbc

Please sign in to comment.