diff --git a/test/run b/test/run index 28a44477..75c2f647 100755 --- a/test/run +++ b/test/run @@ -41,7 +41,7 @@ main() { write out quit! " - kak out -n -e "$kak_commands" + ${test}/../src/kak out -n -e "$kak_commands" for expect in $test_files; do if cmp -s $test/$dir/$expect $expect; then echo "$indent$name" | colorize green normal