X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fnotmuch-test.h;h=45d03d67540a795540da7287e1212d460b6289af;hb=58bf820b78f90c3db57fdd95a73fe76dc800733f;hp=d39febbe8f2fe910191d98146a610f0272e6d592;hpb=cc1a6d2a947ef8c2577a77027d69fce012ae91fd;p=notmuch diff --git a/test/notmuch-test.h b/test/notmuch-test.h index d39febbe..45d03d67 100644 --- a/test/notmuch-test.h +++ b/test/notmuch-test.h @@ -7,7 +7,7 @@ inline static void expect0(int line, notmuch_status_t ret) { if (ret) { - fprintf (stderr, "line %d: %s\n", line, ret); + fprintf (stderr, "line %d: %d\n", line, ret); exit (1); } }