aboutgitcodebugslistschat
path: root/test/lib/context
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/context')
-rw-r--r--test/lib/context4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/context b/test/lib/context
index e84fc18..624f86b 100644
--- a/test/lib/context
+++ b/test/lib/context
@@ -89,8 +89,8 @@ context_run() {
__name="$1"
__log="${LOGDIR}/context_${__name}.log"
__enter="${STATESETUP}/context_${__name}.enter"
- __stdout="${STATESETUP}/context_${__name}.stdout"
- __stderr="${STATESETUP}/context_${__name}.stderr"
+ __stdout="$(mktemp -u "${STATESETUP}/context_${__name}.stdout.XXXXXXXX")"
+ __stderr="$(mktemp -u "${STATESETUP}/context_${__name}.stderr.XXXXXXXX")"
shift
echo "$*" >> "${__log}"
mkfifo "${__stdout}" "${__stderr}"