summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/author-order (renamed from test/author-reordering)0
-rwxr-xr-xtest/encoding (renamed from test/encoding-issues)0
-rwxr-xr-xtest/from-guessing (renamed from test/from-line-heuristics)0
-rwxr-xr-xtest/long-id (renamed from test/long-msgid)0
-rwxr-xr-xtest/notmuch-test2
-rw-r--r--test/test-lib.sh2
-rwxr-xr-xtest/thread-order (renamed from test/threading-out-of-order)0
7 files changed, 2 insertions, 2 deletions
diff --git a/test/author-reordering b/test/author-order
index d618b85..d618b85 100755
--- a/test/author-reordering
+++ b/test/author-order
diff --git a/test/encoding-issues b/test/encoding
index 73ca62a..73ca62a 100755
--- a/test/encoding-issues
+++ b/test/encoding
diff --git a/test/from-line-heuristics b/test/from-guessing
index 613917c..613917c 100755
--- a/test/from-line-heuristics
+++ b/test/from-guessing
diff --git a/test/long-msgid b/test/long-id
index 1f55d71..1f55d71 100755
--- a/test/long-msgid
+++ b/test/long-id
diff --git a/test/notmuch-test b/test/notmuch-test
index 294c3fd..fc1a66b 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -8,7 +8,7 @@
cd $(dirname "$0")
-TESTS="basic new search json thread-naming reply dump-restore uuencode threading-out-of-order author-reordering from-line-heuristics long-msgid encoding-issues"
+TESTS="basic new search json thread-naming reply dump-restore uuencode thread-order author-order from-guessing long-id encoding"
# Clean up any results from a previous run
rm -r test-results >/dev/null 2>/dev/null
diff --git a/test/test-lib.sh b/test/test-lib.sh
index b21b435..7688fe0 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -154,7 +154,7 @@ then
exit 0
fi
-echo "Testing ${test_description}"
+echo $(basename "$0"): "Testing ${test_description}"
exec 5>&1
if test "$verbose" = "t"
diff --git a/test/threading-out-of-order b/test/thread-order
index 47f25c8..47f25c8 100755
--- a/test/threading-out-of-order
+++ b/test/thread-order