From 95d36b95db2279c61ca01f53a1a7802a12767ce0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 21 Nov 2014 13:57:28 +0000 Subject: [PATCH] Do not rely on kak being in path in test run script --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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