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/list-fishfile.fish

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