From: Darren Tucker Date: Fri, 19 Jul 2019 08:51:18 +0000 (+1000) Subject: Skip running sftp-chroot under Valgrind. X-Git-Tag: V_8_1_P1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82c9bb9ffa65725cc2e03ea81cb79ce3387f66b;p=thirdparty%2Fopenssh-portable.git Skip running sftp-chroot under Valgrind. --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 3d4a856bb..2e1edd516 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