From: David Bremner <david@tethera.net>
Date: Fri, 29 Mar 2019 11:26:47 +0000 (-0300)
Subject: performance-test: fix copy-paste error in test description
X-Git-Tag: archive/debian/0.29_rc0-1~115
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c9aa29291bc21eaddebab5dcf9b940bb66e2454c;p=notmuch

performance-test: fix copy-paste error in test description
---

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