mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
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
Block a user