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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user