summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-19 10:41:56 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-07-19 10:41:56 +1000
commitfccb7eb3436da8ef3dcd22e5936ba1abc7ae6730 (patch)
tree1f9e168394817d8d261cfcc1d7ec3dc85f131fed /regress/test-exec.sh
parentd7423017265c5ae6d0be39340feb6c9f016b1f71 (diff)
Enable connect-privsep test with valgrind.
connect-privsep seems to work OK with valgrind now so don't skip valgrind on it.
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 970810301..42473c76f 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -162,7 +162,7 @@ if [ "x$USE_VALGRIND" != "x" ]; then
162 162
163 # Some tests are difficult to fix. 163 # Some tests are difficult to fix.
164 case "$VG_TEST" in 164 case "$VG_TEST" in
165 connect-privsep|reexec) 165 reexec)
166 VG_SKIP=1 ;; 166 VG_SKIP=1 ;;
167 esac 167 esac
168 168