mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Allow agent tests to write to valgrind dir.
This commit is contained in:
parent
121e48fa53
commit
5db9ba718e
@ -153,6 +153,8 @@ SCP_BIN=${SCP}
|
||||
|
||||
if [ "x$USE_VALGRIND" != "x" ]; then
|
||||
mkdir -p $OBJ/valgrind-out
|
||||
# ensure agent low-priv tests can write logs.
|
||||
chmod 777 $OBJ/valgrind-out
|
||||
VG_TEST=`basename $SCRIPT .sh`
|
||||
|
||||
# Some tests are difficult to fix.
|
||||
|
Loading…
x
Reference in New Issue
Block a user