mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 09:45:53 +00:00
adapt sshbuf_dump test to new output format
This commit is contained in:
@@ -40,7 +40,7 @@ sshbuf_misc_tests(void)
|
||||
ASSERT_INT_NE(feof(out), 0);
|
||||
ASSERT_SIZE_T_GT(sz, 0);
|
||||
tmp[sz] = '\0';
|
||||
ASSERT_PTR_NE(strstr(tmp, "12345678"), NULL);
|
||||
ASSERT_PTR_NE(strstr(tmp, "12 34 56 78"), NULL);
|
||||
fclose(out);
|
||||
sshbuf_free(p1);
|
||||
TEST_DONE();
|
||||
|
||||
Reference in New Issue
Block a user