]> git.notmuchmail.org Git - notmuch/blobdiff - test/long-id
test: basic: drop 'ensure all available tests are run'
[notmuch] / test / long-id
index 202a03219cf4036786dd1a9d87ce15db97996fcf..85e620fadd404f8c3ffaf4e4316f4f469e0fb943 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 test_description="messages with ridiculously-long message IDs"
 . ./test-lib.sh
 
@@ -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