mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
8 lines
254 B
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
|