From: Darren Tucker Date: Fri, 19 Jul 2019 00:41:56 +0000 (+1000) Subject: Enable connect-privsep test with valgrind. X-Git-Tag: V_8_1_P1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccb7eb3436da8ef3dcd22e5936ba1abc7ae6730;p=thirdparty%2Fopenssh-portable.git Enable connect-privsep test with valgrind. connect-privsep seems to work OK with valgrind now so don't skip valgrind on it. --- 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