mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
MFC r320445:
Don't hardcode path to file in /tmp; this violates the kyua sandbox
This commit is contained in:
parent
40351de006
commit
ecf0f66ab3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=321641
@ -6,8 +6,9 @@
|
|||||||
# point to files. See kern/21768 for details. Fixed in r193028.
|
# point to files. See kern/21768 for details. Fixed in r193028.
|
||||||
#
|
#
|
||||||
|
|
||||||
testfile="/tmp/testfile-$$"
|
: ${TMPDIR=/tmp}
|
||||||
testlink="/tmp/testlink-$$"
|
testfile="$TMPDIR/testfile-$$"
|
||||||
|
testlink="$TMPDIR/testlink-$$"
|
||||||
|
|
||||||
tests="
|
tests="
|
||||||
$testfile:$testlink:$testfile:0
|
$testfile:$testlink:$testfile:0
|
||||||
|
Loading…
Reference in New Issue
Block a user