update imsg test: gmid now requires the new API too

This commit is contained in:
Omar Polo 2024-01-21 12:35:46 +00:00
parent 561b9f0067
commit 3f16db6263
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ int
main(void)
{
struct imsgbuf buf;
struct imsg imsg;
imsg_init(&buf, -1);
return 0;
return imsg_get_fd(&imsg);
}