1
0
mirror of https://passt.top/passt synced 2024-06-29 22:42:46 +00:00

test: Move pause temporary file to state directory

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2022-09-13 14:35:24 +10:00 committed by Stefano Brivio
parent 1c36c8d3f8
commit 07aa24499e

View File

@ -599,8 +599,8 @@ pause_continue() {
info_nolog "${1}"
info_nolog_n "${2}"
__pause_tmp="$(mktemp)"
echo >> "${__pause_tmp}"
__pause_tmp="${STATEBASE}/pause.tmp"
echo > "${__pause_tmp}"
tmux pipe-pane -O -t ${PANE_INFO} "cat >> ${__pause_tmp}"
__pane_buf=
__wait=0