Merge pull request #2268 from dtzWill/fix/search-ux-test-break

tests/search.sh: minor fix to unbreak tests after search ux merge
This commit is contained in:
Eelco Dolstra 2018-07-04 10:55:43 +02:00 committed by GitHub
commit 3defdccf4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ clearCache
(( $(nix search nosuchpackageexists | wc -l) == 0 ))
# Search for multiple arguments
(( $(nix search hello empty | wc -l) == 5 ))
(( $(nix search hello empty | wc -l) == 3 ))
# Multiple arguments will not exist
(( $(nix search hello broken | wc -l) == 0 ))