]> git.notmuchmail.org Git - notmuch/blobdiff - test/T560-lib-error.sh
test: be consistent about spelling `nonexistent'
[notmuch] / test / T560-lib-error.sh
index 828a44b77ab12ab21cda19a5fe9f1adf1a4cf52d..6947aa833f7be65f299700524ceba7467fea1b6e 100755 (executable)
@@ -202,7 +202,7 @@ test_begin_subtest "Xapian exception finding message"
 cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR}
    {
        notmuch_message_t *message = NULL;
-       stat = notmuch_database_find_message (db, "id:nonexistant", &message);
+       stat = notmuch_database_find_message (db, "id:nonexistent", &message);
    }
 EOF
 sed 's/^\(A Xapian exception [^:]*\):.*$/\1/' < OUTPUT > OUTPUT.clean