tests/search.sh: simplify, don't rely on consistent ordering

This commit is contained in:
Will Dietz 2018-03-01 13:24:03 -06:00
parent 009cf9cd23
commit c577186f59

View file

@ -33,10 +33,6 @@ clearCache
## Search expressions
# Check that empty search string matches all
EMPTY=$(nix search)
BOL=$(nix search "^")
ALL=$(nix search ".*")
diff <(printf "%s" $EMPTY) <(printf "%s" $BOL)
# "ALL" highlights differently, not sure preferred behavior
# diff <(printf "%s" $EMPTY) <(printf "%s" $ALL)
nix search|grep -q foo
nix search|grep -q bar
nix search|grep -q hello