From fccb7eb3436da8ef3dcd22e5936ba1abc7ae6730 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 19 Jul 2019 10:41:56 +1000 Subject: Enable connect-privsep test with valgrind. connect-privsep seems to work OK with valgrind now so don't skip valgrind on it. --- regress/test-exec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # Some tests are difficult to fix. case "$VG_TEST" in - connect-privsep|reexec) + reexec) VG_SKIP=1 ;; esac -- cgit v1.2.3