oh-my-fish/plugins/dpaste/tests/helper.fish

8 lines
207 B
Fish
Raw Normal View History

2014-06-11 19:08:51 +00:00
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