aboutsummaryrefslogtreecommitdiff
path: root/test/T050-new.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-04-20 11:59:48 -0300
committerDavid Bremner <david@tethera.net>2018-04-23 23:00:20 -0300
commit491b1f4b4082bee18418942846ec6508856be7b4 (patch)
tree17769e49120c9edc714ea0027e444b3b6950c771 /test/T050-new.sh
parent4e085b6d92909b8f6d4a4b18ccd97fac8b7df620 (diff)
lib: choose oldest message when breaking reference loops
This preserves a sensible thread order
Diffstat (limited to 'test/T050-new.sh')
-rwxr-xr-xtest/T050-new.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index 320a7646..9025fa7a 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -359,7 +359,6 @@ test_begin_subtest "reference loop does not crash"
test_expect_code 0 "notmuch show --format=json id:mid-loop-12@example.org id:mid-loop-21@example.org > OUTPUT"
test_begin_subtest "reference loop ordered by date"
-test_subtest_known_broken
threadid=$(notmuch search --output=threads id:mid-loop-12@example.org)
notmuch show --format=mbox $threadid | grep '^Date' > OUTPUT
cat <<EOF > EXPECTED