From b5dd9f4094aa8dbf31af95dc65ece543d6335986 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 15 May 2018 21:26:41 +1000 Subject: [PATCH] test/run: Fix script post hook behaviour change --- test/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run b/test/run index 8004be65..85a92120 100755 --- a/test/run +++ b/test/run @@ -19,8 +19,8 @@ main() { eval -buffer *debug* write debug quit! } - try %{ exec -with-maps "%sh{cat cmd}" } - exec + try %{ exec -with-maps -with-hooks "%sh{cat cmd}" } + exec -with-hooks eval -buffer *debug* write debug nop %sh{ printf %s\\n "$kak_selections" > selections