summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index ed235cfaf..f09fe0ec4 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -164,7 +164,7 @@ if [ "x$USE_VALGRIND" != "x" ]; then
164 164
165 if [ x"$VG_SKIP" = "x" ]; then 165 if [ x"$VG_SKIP" = "x" ]; then
166 VG_LEAK="--leak-check=no" 166 VG_LEAK="--leak-check=no"
167 if [ x"$VALGRIND_CHECK_LEAKS" = "x" ]; then 167 if [ x"$VALGRIND_CHECK_LEAKS" != "x" ]; then
168 VG_LEAK="--leak-check=full" 168 VG_LEAK="--leak-check=full"
169 fi 169 fi
170 VG_IGNORE="/bin/*,/sbin/*,/usr/*,/var/*" 170 VG_IGNORE="/bin/*,/sbin/*,/usr/*,/var/*"