aboutsummaryrefslogtreecommitdiff
path: root/test/T560-lib-error.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-04-08 23:31:43 +0900
committerDavid Bremner <david@tethera.net>2015-04-08 23:43:55 +0900
commit2e9ecb611a7f698808add756b2ddcbdfcd8b7c8b (patch)
treef5571391db8dfdc26581198d838dc18e62c141e0 /test/T560-lib-error.sh
parent6518f0d2bc40957802904c6236b04510b9bfb9f6 (diff)
test: be consistent about spelling `nonexistent'
Apparently most of the misspellings are my fault.
Diffstat (limited to 'test/T560-lib-error.sh')
-rwxr-xr-xtest/T560-lib-error.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh
index 828a44b7..6947aa83 100755
--- a/test/T560-lib-error.sh
+++ b/test/T560-lib-error.sh
@@ -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