Do not rely on kak being in path in test run script
This commit is contained in:
parent
82cbb31fbf
commit
95d36b95db
2
test/run
2
test/run
|
@ -41,7 +41,7 @@ main() {
|
||||||
write out
|
write out
|
||||||
quit!
|
quit!
|
||||||
"
|
"
|
||||||
kak out -n -e "$kak_commands"
|
${test}/../src/kak out -n -e "$kak_commands"
|
||||||
for expect in $test_files; do
|
for expect in $test_files; do
|
||||||
if cmp -s $test/$dir/$expect $expect; then
|
if cmp -s $test/$dir/$expect $expect; then
|
||||||
echo "$indent$name" | colorize green normal
|
echo "$indent$name" | colorize green normal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user