diff options
Diffstat (limited to 'tests')
-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 6c457ffd4b..c47ebe6fe7 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -57,4 +57,7 @@ test -f "$profile/bin/make" && ! test -f "$profile/bin/guile" # Make sure the `:' syntax works. guix-package -b -i "libsigsegv:lib" -n +# Check whether `--list-available' returns something sensible. +guix-package -A 'gui.*e' | grep guile + rm "$profile" "$profile-"[0-9]* |