From 4c0f4f7d7a1853a3a80ff174a296c4bce289f9d4 Mon Sep 17 00:00:00 2001 From: project-repo Date: Mon, 20 Feb 2023 22:28:10 +0100 Subject: [PATCH] Adjust test suites --- test/arguments | 3 ++- test/environment-variables | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/arguments b/test/arguments index 4bd543a..04800fc 100644 --- a/test/arguments +++ b/test/arguments @@ -2,7 +2,8 @@ # Copyright 2023, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT -testdir=$(mktemp -d) +testdir="${MESONCURRENTCONFIGDIR}/_build-arguments/" +mkdir "${testdir}" mkdir "${testdir}/arguments/" readonly helptext="Usage: ./cagebreak [OPTIONS] diff --git a/test/environment-variables b/test/environment-variables index aa67dfa..f1c9fac 100644 --- a/test/environment-variables +++ b/test/environment-variables @@ -2,7 +2,8 @@ # Copyright 2023, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT -testdir=$(mktemp -d) +testdir="${MESONCURRENTCONFIGDIR}/_build-envvars" +mkdir "${testdir}" mkdir "${testdir}/envvars/" mkdir "${testdir}/cagebreak"