mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
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
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…
Add table
Add a link
Reference in a new issue