diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-package-aliases.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/guix-package-aliases.sh b/tests/guix-package-aliases.sh index 64ed2fbb67..5c68664093 100644 --- a/tests/guix-package-aliases.sh +++ b/tests/guix-package-aliases.sh @@ -56,3 +56,5 @@ then false; else true; fi if guix remove -i guile-bootstrap -p "$profile" --bootstrap then false; else true; fi + +guix search '\<board\>' game | grep '^name: gnubg' |