summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-19 10:51:18 +0200
committerDarren Tucker <dtucker@dtucker.net>2019-07-20 14:14:46 +0200
commite82c9bb9ffa65725cc2e03ea81cb79ce3387f66b (patch)
treed3f84bd338a7a5017deec0f6ea177017b88bd455 /regress
parentupstream: Remove the sleeps and thus races from the forwarding (diff)
downloadopenssh-e82c9bb9ffa65725cc2e03ea81cb79ce3387f66b.tar.xz
openssh-e82c9bb9ffa65725cc2e03ea81cb79ce3387f66b.zip
Skip running sftp-chroot under Valgrind.
Diffstat (limited to 'regress')
-rw-r--r--regress/test-exec.sh4
1 files changed, 4 insertions, 0 deletions
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