X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT560-lib-error.sh;h=f18c88132252c87a4f2e92fd2340018fc8c264d1;hp=e775216ee29bd47ff55f31fa03a202580c663eea;hb=86cbd215eb67d7b996c977352a50e70c101cb641;hpb=1e982de508c39dae7a61403f536df74c180dfb72 diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index e775216e..f18c8813 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -286,7 +286,7 @@ cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} { notmuch_messages_t *messages = NULL; notmuch_query_t *query=notmuch_query_create (db, "*"); - stat = notmuch_query_search_messages_st (query, &messages); + stat = notmuch_query_search_messages (query, &messages); } EOF sed 's/^\(A Xapian exception [^:]*\):.*$/\1/' < OUTPUT > OUTPUT.clean