[openssh-commits] [openssh] 01/04: Enable connect-privsep test with valgrind.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 19 13:21:26 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit fccb7eb3436da8ef3dcd22e5936ba1abc7ae6730
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jul 19 10:41:56 2019 +1000
Enable connect-privsep test with valgrind.
connect-privsep seems to work OK with valgrind now so don't skip
valgrind on it.
---
regress/test-exec.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 97081030..42473c76 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list