tests: Missing unlink

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 2eccd04ff6)
This commit is contained in:
Jakub Jelen
2018-09-04 13:50:51 +02:00
committed by Andreas Schneider
parent 04e290a19b
commit d46f01cb7c

View File

@@ -42,6 +42,7 @@ static int setup_config_files(void **state)
unlink(LIBSSH_TESTCONFIG6);
unlink(LIBSSH_TESTCONFIG7);
unlink(LIBSSH_TESTCONFIG8);
unlink(LIBSSH_TESTCONFIG9);
torture_write_file(LIBSSH_TESTCONFIG1,
"User "USERNAME"\nInclude "LIBSSH_TESTCONFIG2"\n\n");