summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-15 12:02:27 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-07-15 12:02:27 +1000
commit5db9ba718e983661a9114ae1418f6e412d1f52d5 (patch)
tree3d826824d61ee866e0ff17599fbb612ec5993800 /regress/test-exec.sh
parent121e48fa5305f41f0477d9908e3d862987a68a84 (diff)
Allow agent tests to write to valgrind dir.
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh2
1 files changed, 2 insertions, 0 deletions
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}
153 153
154if [ "x$USE_VALGRIND" != "x" ]; then 154if [ "x$USE_VALGRIND" != "x" ]; then
155 mkdir -p $OBJ/valgrind-out 155 mkdir -p $OBJ/valgrind-out
156 # ensure agent low-priv tests can write logs.
157 chmod 777 $OBJ/valgrind-out
156 VG_TEST=`basename $SCRIPT .sh` 158 VG_TEST=`basename $SCRIPT .sh`
157 159
158 # Some tests are difficult to fix. 160 # Some tests are difficult to fix.