summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-10-20 10:48:18 +0100
committerWez Furlong <wez@wezfurlong.org>2019-10-20 11:14:01 +0100
commit59b9f2345035522e9265da582322d6f328c89b45 (patch)
treec661e55d91780252c5d70d71df943792305116ce
parentb32a6fcdf25bff455755377f3591d7acefd4d6d2 (diff)
downloadssh2-rs-59b9f2345035522e9265da582322d6f328c89b45.zip
tests: disable UsePrivilegeSeparation for ubuntu 16
-rwxr-xr-xtests/run_integration_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh
index 622a625..451fbec 100755
--- a/tests/run_integration_tests.sh
+++ b/tests/run_integration_tests.sh
@@ -44,6 +44,7 @@ PidFile=$SSHDIR/sshd.pid
Subsystem sftp $SFTP
UsePAM yes
X11Forwarding yes
+UsePrivilegeSeparation no
PrintMotd yes
PermitTunnel yes
KbdInteractiveAuthentication yes