pack: Adjust test to cope with GC'd profiles.
authorLudovic Courtès <ludo@gnu.org>
Mon, 7 May 2018 08:41:33 +0000 (10:41 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 7 May 2018 08:41:33 +0000 (10:41 +0200)
commitdf6f86a0cb652172329597701683cfa837ddced2
tree80c2b4c650b9bd9499603823b9a7b677ed938b4a
parent16e7afb924deb145325144a2dcd0e2cc21228f89
pack: Adjust test to cope with GC'd profiles.

Previous "test -x opt/gnu/bin/guile" would fail if the store item
"opt/gnu/bin" points to had been GC'd.

* tests/guix-pack.sh: Replace "test -x" with "test -L" to deal with
store items that have been reclaimed.
tests/guix-pack.sh