From 083bf82c235fa2821f279caa841c2765fbd81c68 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 3 Jun 2022 16:01:58 +1000 Subject: [PATCH] Remove strace call in test that was committed by mistake Closes #4621 --- test/regression/4605-fifo-hang/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression/4605-fifo-hang/rc b/test/regression/4605-fifo-hang/rc index 8829ee78..a91bd115 100644 --- a/test/regression/4605-fifo-hang/rc +++ b/test/regression/4605-fifo-hang/rc @@ -1,5 +1,5 @@ exec 5000oabcdefghi%yppppp nop %sh{ echo "write $kak_response_fifo" > "$kak_command_fifo" - strace -o /tmp/strace.log cat "$kak_response_fifo" + cat "$kak_response_fifo" }