summaryrefslogtreecommitdiffstats
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
parentd7423017265c5ae6d0be39340feb6c9f016b1f71 (diff)
Enable connect-privsep test with valgrind.
connect-privsep seems to work OK with valgrind now so don't skip valgrind on it.
-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 97081030..42473c76 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -162,7 +162,7 @@ if [ "x$USE_VALGRIND" != "x" ]; then
# Some tests are difficult to fix.
case "$VG_TEST" in
- connect-privsep|reexec)
+ reexec)
VG_SKIP=1 ;;
esac