[openssh-commits] [openssh] 01/01: Skip running sftp-chroot under Valgrind.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jul 20 22:14:57 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 e82c9bb9ffa65725cc2e03ea81cb79ce3387f66b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jul 19 18:51:18 2019 +1000
Skip running sftp-chroot under Valgrind.
---
regress/test-exec.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 3d4a856b..2e1edd51 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -164,6 +164,10 @@ if [ "x$USE_VALGRIND" != "x" ]; then
case "$VG_TEST" in
reexec)
VG_SKIP=1 ;;
+ sftp-chroot)
+ if [ "x${SUDO}" != "x" ]; then
+ VG_SKIP=1
+ fi ;;
esac
if [ x"$VG_SKIP" = "x" ]; then
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list