Do not rely on kak being in path in test run script

This commit is contained in:
Maxime Coste 2014-11-21 13:57:28 +00:00
parent 82cbb31fbf
commit 95d36b95db

View File

@ -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