Skip to content
Snippets Groups Projects
Commit cb9ef858 authored by Will Dietz's avatar Will Dietz
Browse files

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

parent e3887390
No related branches found
No related tags found
No related merge requests found
......@@ -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 ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment