mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Skip running sftp-chroot under Valgrind.
This commit is contained in:
parent
41e22c2e05
commit
e82c9bb9ff
@ -164,6 +164,10 @@ if [ "x$USE_VALGRIND" != "x" ]; then
|
|||||||
case "$VG_TEST" in
|
case "$VG_TEST" in
|
||||||
reexec)
|
reexec)
|
||||||
VG_SKIP=1 ;;
|
VG_SKIP=1 ;;
|
||||||
|
sftp-chroot)
|
||||||
|
if [ "x${SUDO}" != "x" ]; then
|
||||||
|
VG_SKIP=1
|
||||||
|
fi ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ x"$VG_SKIP" = "x" ]; then
|
if [ x"$VG_SKIP" = "x" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user