X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fnotmuch-test.h;fp=test%2Fnotmuch-test.h;h=45d03d67540a795540da7287e1212d460b6289af;hp=d39febbe8f2fe910191d98146a610f0272e6d592;hb=1d4812fd616dbabb11eed0f3718fa7827d69355f;hpb=50a1032f870444522d90ef9d23726e42517fedbc 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); } }