forked from lix-project/lix
tests/search.sh: minor fix to unbreak tests after search ux merge
This commit is contained in:
parent
e388739098
commit
cb9ef85852
|
@ -30,7 +30,7 @@ clearCache
|
||||||
(( $(nix search nosuchpackageexists | wc -l) == 0 ))
|
(( $(nix search nosuchpackageexists | wc -l) == 0 ))
|
||||||
|
|
||||||
# Search for multiple arguments
|
# Search for multiple arguments
|
||||||
(( $(nix search hello empty | wc -l) == 5 ))
|
(( $(nix search hello empty | wc -l) == 3 ))
|
||||||
|
|
||||||
# Multiple arguments will not exist
|
# Multiple arguments will not exist
|
||||||
(( $(nix search hello broken | wc -l) == 0 ))
|
(( $(nix search hello broken | wc -l) == 0 ))
|
||||||
|
|
Loading…
Reference in a new issue