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

View file

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