You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fisher/test/file-contains.fish

8 lines
254 B
Fish

set -l manifest $DIRNAME/fixtures/manifest
while read -l plugin
test "$TESTNAME - Check if plugin <$plugin> exists in fishfile"
(__fisher_file_contains "$plugin" < $manifest/fishfile) = "$plugin"
end
end < $manifest/fishfile-no-comments