Moving a little bit more to this test.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3661 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-09-09 00:15:57 +00:00
parent 91ec68252d
commit a09d159268
4 changed files with 79 additions and 2 deletions

View File

@ -98,7 +98,7 @@ void tf_ssb_test_ssb(const tf_test_options_t* options)
bool b = tf_ssb_whoami(ssb0, id0, sizeof(id0));
(void)b;
assert(b);
b = tf_ssb_whoami(ssb0, id0, sizeof(id0));
b = tf_ssb_whoami(ssb1, id1, sizeof(id1));
assert(b);
printf("ID %s and %s\n", id0, id1);