Enable connect-privsep test with valgrind.

connect-privsep seems to work OK with valgrind now so don't skip
valgrind on it.
This commit is contained in:
Darren Tucker 2019-07-19 10:41:56 +10:00
parent d742301726
commit fccb7eb343
1 changed files with 1 additions and 1 deletions

View File

@ -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