forked from lix-project/lix
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:
commit
3defdccf4b
|
@ -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 ))
|
||||
|
|
Loading…
Reference in a new issue