tests/search.sh: minor fix to unbreak tests after search ux merge

This commit is contained in:
Will Dietz 2018-07-03 15:36:20 -05:00
parent e388739098
commit cb9ef85852
1 changed files with 1 additions and 1 deletions

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 ))