1
1
libssh/tests
Fabiano Fidêncio 1226add976 tests: Fix warning about expected format for printf
/home/ffidenci/src/upstream/libssh/tests/benchmarks/bench_scp.c: In
function ‘benchmarks_scp_down’:
/home/ffidenci/src/upstream/libssh/tests/benchmarks/bench_scp.c:112:14:
warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has
type ‘size_t {aka long unsigned int}’ [-Wformat=]
       printf("Only %d bytes available (on %lu requested).\n",size,bytes);
              ^
/home/ffidenci/src/upstream/libssh/tests/benchmarks/bench_scp.c:116:14:
warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has
type ‘size_t {aka long unsigned int}’ [-Wformat=]
        printf("File is %d bytes (on %lu requested). Will cut the end\n"
        ,size,bytes);

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2016-01-19 11:31:07 +01:00
..
benchmarks tests: Fix warning about expected format for printf 2016-01-19 11:31:07 +01:00
client cleanup: use ssh_ prefix in the agent (non-static) functions 2016-01-19 11:31:07 +01:00
etc tests: Turn on PAM support in sshd with pam_wrapper 2016-01-14 08:04:49 +01:00
keys tests: Add public keys for bob 2016-01-14 08:04:49 +01:00
pkd tests: Migrate pkd_hello to new cmocka API 2015-09-07 12:44:23 +02:00
sftp_stress Added a threading + sftp stress testcase 2009-07-24 22:52:10 +02:00
unittests cleanup: use ssh_ prefix in the buffer (non-static) functions 2016-01-19 11:31:07 +01:00
authentication.c Add a exec test. 2009-05-04 22:30:21 +00:00
chmodtest.c Added some other junk test file 2010-05-17 20:08:11 +02:00
CMakeLists.txt tests: Require pam_wrapper 1.0.1 2016-01-18 12:02:45 +01:00
cmdline.c tests: allow conditionnal execution on pattern 2015-02-02 17:34:15 +01:00
connection.c preliminary test suite 2008-03-17 02:31:22 +00:00
ctest-default.cmake tests: Fix ctest default script 2015-05-04 15:52:17 +02:00
generate.py A few test cases for benchmarks 2009-11-05 18:18:35 +01:00
test_exec.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
test_pcap.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
test_socket.c struct socket -> struct ssh_socket_struct +typedef 2009-12-06 22:48:56 +01:00
test_ssh_bind_accept_fd.c Test change to ssh_bind_accept_fd 2014-01-21 16:07:09 +01:00
test_tunnel.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
tests.h preliminary test suite 2008-03-17 02:31:22 +00:00
torture.c torture: Fix a memory leak 2016-01-19 11:02:13 +01:00
torture.h torture: Add sftp session pointer to torture_state 2016-01-14 08:04:49 +01:00
valgrind.supp valgrind: Add suppression for glibc dlopen issue 2016-01-19 11:03:52 +01:00