mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02: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.
|
# Some tests are difficult to fix.
|
||||||
case "$VG_TEST" in
|
case "$VG_TEST" in
|
||||||
connect-privsep|reexec)
|
reexec)
|
||||||
VG_SKIP=1 ;;
|
VG_SKIP=1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user