mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
tests: use torture_create_temp_file() in torture_knownhosts_parsing
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
78b1f0ead3
commit
77be4ce905
@@ -3,7 +3,7 @@
|
||||
#include "torture.h"
|
||||
#define LIBSSH_STATIC
|
||||
|
||||
const char template[] = "/tmp/temp_file_XXXXXX";
|
||||
const char template[] = "temp_file_XXXXXX";
|
||||
|
||||
static int setup(void **state)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user