[PATCH] tests: Make test suite work out of the box on Debian

2016-03-18 Thread Justus Winter
* tests/torture.c (torture_setup_create_sshd_config): Rework how the location of the sftp server is discovered, and add the Debian-specific location. Signed-off-by: Justus Winter --- tests/torture.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/tes

Re: [PATCH] tests: Make test suite work out of the box on Debian

2016-03-21 Thread Andreas Schneider
sftp_server = getenv("TORTURE_SFTP_SERVER"); > assert_non_null(sftp_server); > > snprintf(sshd_config, sizeof(sshd_config), -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org>From 861a1005ecda4ecd5db437916cb3308f8a596e4e Mon Sep 17 00:00:0

Re: [PATCH] tests: Make test suite work out of the box on Debian

2016-03-21 Thread Justus Winter
Quoting Andreas Schneider (2016-03-21 17:53:43) > On Wednesday 16 March 2016 12:32:29 Justus Winter wrote: > > * tests/torture.c (torture_setup_create_sshd_config): Rework how the > > location of the sftp server is discovered, and add the Debian-specific > > location. > > Are you fine with the att