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