From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 4CD3C6DE1059 for ; Fri, 29 Mar 2019 04:27:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.019, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8zSDDM2my3Gd for ; Fri, 29 Mar 2019 04:27:00 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 1B9D46DE0F16 for ; Fri, 29 Mar 2019 04:26:59 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1h9pez-0001l7-IS; Fri, 29 Mar 2019 07:26:57 -0400 Received: (nullmailer pid 14801 invoked by uid 1000); Fri, 29 Mar 2019 11:26:55 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] performance-test: fix copy-pasta in test description Date: Fri, 29 Mar 2019 08:26:47 -0300 Message-Id: <20190329112647.14756-1-david@tethera.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2019 11:27:01 -0000 --- performance-test/T03-reindex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-test/T03-reindex.sh b/performance-test/T03-reindex.sh index d6d5c3c3..8e0a77f4 100755 --- a/performance-test/T03-reindex.sh +++ b/performance-test/T03-reindex.sh @@ -1,6 +1,6 @@ #!/bin/bash -test_description='tagging' +test_description='reindexing' . $(dirname "$0")/perf-test-lib.sh || exit 1 -- 2.20.1