aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/lf/lf-make-map
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/lf/lf-make-map')
-rwxr-xr-xpkgs/by-name/lf/lf-make-map/tests/cases/child_insert/test.sh2
-rwxr-xr-xpkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/lf/lf-make-map/tests/cases/child_insert/test.sh b/pkgs/by-name/lf/lf-make-map/tests/cases/child_insert/test.sh
index efe8fe79..af6a1391 100755
--- a/pkgs/by-name/lf/lf-make-map/tests/cases/child_insert/test.sh
+++ b/pkgs/by-name/lf/lf-make-map/tests/cases/child_insert/test.sh
@@ -10,7 +10,7 @@
# You should have received a copy of the License along with this program.
# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-test="$(mktemp --directory lf_make_map_test_XXXX)"
+test="$(mktemp --directory -t lf_make_map_test_XXXX)"
cleanup() {
rm --recursive "$test"
diff --git a/pkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh
index 656fd2a1..22f97009 100755
--- a/pkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh
+++ b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh
@@ -12,7 +12,7 @@
# We need to hard code this, so that our output matches the golden sample.
base="/tmp/tmp.DfcgjemfCG"
-test="$(mktemp --directory lf_make_temp_test_XXXXX)"
+test="$(mktemp --directory -t lf_make_temp_test_XXXXX)"
[ -d "$base" ] && {
echo "$base already exists!"