From 5db9ba718e983661a9114ae1418f6e412d1f52d5 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 15 Jul 2019 12:02:27 +1000 Subject: Allow agent tests to write to valgrind dir. --- regress/test-exec.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'regress') diff --git a/regress/test-exec.sh b/regress/test-exec.sh index b2c7913b8..e337f814a 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. -- cgit v1.2.3