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:
Eelco Dolstra
2018-07-04 10:55:43 +02:00
committed by GitHub
+1 -1
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 ))