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:
parent
d742301726
commit
fccb7eb343
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue