[openssh-commits] [openssh] 01/01: Allow agent tests to write to valgrind dir.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jul 15 12:04:11 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 5db9ba718e983661a9114ae1418f6e412d1f52d5
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Jul 15 12:02:27 2019 +1000
Allow agent tests to write to valgrind dir.
---
regress/test-exec.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index b2c7913b..e337f814 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -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.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list