Remove strace call in test that was committed by mistake

Closes #4621
This commit is contained in:
Maxime Coste 2022-06-03 16:01:58 +10:00
parent 66ab823fa8
commit 083bf82c23

View File

@ -1,5 +1,5 @@
exec 5000oabcdefghi<esc>%yppppp exec 5000oabcdefghi<esc>%yppppp
nop %sh{ nop %sh{
echo "write $kak_response_fifo" > "$kak_command_fifo" echo "write $kak_response_fifo" > "$kak_command_fifo"
strace -o /tmp/strace.log cat "$kak_response_fifo" cat "$kak_response_fifo"
} }