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/key-bindings.fish

18 lines
299 B
Fish

set -l path $DIRNAME/.t-$TESTNAME-(random)
function -S setup
mkdir -p $path
set -g fisher_binds $path/key_bindings.fish
echo echo ok > $fisher_binds
end
function -S teardown
rm -rf $path
end
test "$TESTNAME - Evaluate \$fisher_key_bindings"
(__fisher_key_bindings) = ok
end