Skip to content

Commit

Permalink
Remove strace call in test that was committed by mistake
Browse files Browse the repository at this point in the history
Closes mawww#4621
  • Loading branch information
mawww committed Jun 3, 2022
1 parent 66ab823 commit 083bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression/4605-fifo-hang/rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exec 5000oabcdefghi<esc>%yppppp
nop %sh{
echo "write $kak_response_fifo" > "$kak_command_fifo"
strace -o /tmp/strace.log cat "$kak_response_fifo"
cat "$kak_response_fifo"
}

0 comments on commit 083bf82

Please sign in to comment.