aboutsummaryrefslogtreecommitdiff
path: root/test/long-id
diff options
context:
space:
mode:
Diffstat (limited to 'test/long-id')
-rwxr-xr-xtest/long-id2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/long-id b/test/long-id
index 202a032..84f9294 100755
--- a/test/long-id
+++ b/test/long-id
@@ -21,7 +21,7 @@ output=$(NOTMUCH_NEW)
test_expect_equal "$output" "Added 1 new message to the database."
test_begin_subtest "Ensure all messages were threaded together"
-output=$($NOTMUCH search 'subject:"a ridiculously-long message ID"' | notmuch_search_sanitize)
+output=$(notmuch search 'subject:"a ridiculously-long message ID"' | notmuch_search_sanitize)
test_expect_equal "$output" "thread:XXX 2001-01-05 [1/3] Notmuch Test Suite; A ridiculously-long message ID (inbox unread)"
test_done