fisher/test/list-fishfile.fish
2016-03-14 04:20:40 +09:00

10 lines
275 B
Fish

set -l manifest $DIRNAME/fixtures/manifest
set -l plugins foo bar baz quux hoge foobar fred thud chomp gisty mof
test "$TESTNAME - Parse fishfile and retrieve plugin names with fisher list fishfile"
$plugins = (
fisher list - < $manifest/fishfile
)
end