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/plugin-link.fish

14 lines
297 B
Fish

function -S setup
function __fisher_plugin_link
echo "$argv"
end
end
function -S teardown
functions -e __fisher_plugin_link
end
test "$TESTNAME - Link source to target with options (hard / soft)"
"options source target" = (__fisher_plugin_link options source target)
end