diff options
Diffstat (limited to 'tests/guix-package.sh')
-rw-r--r-- | tests/guix-package.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh index 9c50f4dfeb..7363cfc945 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -40,4 +40,7 @@ guix-package -b -p "$profile" -r "guile-bootstrap-2.0" test -L "$profile-3-link" test -f "$profile/bin/make" && ! test -f "$profile/bin/guile" +# Make sure the `:' syntax works. +guix-package -b -i "libsigsegv:lib" -n + rm "$profile" "$profile-"[0-9]* |