mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
tests/search.sh: minor fix to unbreak tests after search ux merge
This commit is contained in:
parent
e388739098
commit
cb9ef85852
1 changed files with 1 additions and 1 deletions
|
@ -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