summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/test-exec.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index e337f814a..5394119bd 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -153,6 +153,7 @@ 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 rm -f $OBJ/valgrind-out/*
156 # ensure agent low-priv tests can write logs. 157 # ensure agent low-priv tests can write logs.
157 chmod 777 $OBJ/valgrind-out 158 chmod 777 $OBJ/valgrind-out
158 VG_TEST=`basename $SCRIPT .sh` 159 VG_TEST=`basename $SCRIPT .sh`