diff options
-rw-r--r-- | regress/test-exec.sh | 4 |
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 | |||
164 | case "$VG_TEST" in | 164 | case "$VG_TEST" in |
165 | reexec) | 165 | reexec) |
166 | VG_SKIP=1 ;; | 166 | VG_SKIP=1 ;; |
167 | sftp-chroot) | ||
168 | if [ "x${SUDO}" != "x" ]; then | ||
169 | VG_SKIP=1 | ||
170 | fi ;; | ||
167 | esac | 171 | esac |
168 | 172 | ||
169 | if [ x"$VG_SKIP" = "x" ]; then | 173 | if [ x"$VG_SKIP" = "x" ]; then |