oh-my-fish/plugins/bak/tests/helper.fish
2014-10-16 22:08:06 -03:00

9 lines
246 B
Fish

set -l fish_tank /usr/local/share/fish-tank/tank.fish
if not test -e $fish_tank
echo 'error: fish-tank is required to run these tests (https://github.com/terlar/fish-tank)'
exit 1
end
source $fish_tank
source (dirname (status -f))/../*.fish