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