summaryrefslogtreecommitdiff
path: root/sysutils/munin-common/files/patch-test-mktemp
blob: 66608aad9e8e67965475d3b7d4c528455e9da103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- test-mktemp.orig	2023-02-08 07:57:20 UTC
+++ test-mktemp
@@ -53,7 +53,7 @@ MKTEMP='mktemp -p /tmp/ $1'
 testfun temp.XXXXXX
 
 # FreeBSD way
-MKTEMP="mktemp -t /tmp"
+MKTEMP="mktemp -t $1"
 testfun temp.XXXXXX
 
 # Plain mktemp