aboutsummaryrefslogtreecommitdiffstats
path: root/community/notmuch/fix-tests.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-10 01:39:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-10 13:44:35 -0300
commit274716af470a02fbc23ec7fb8a2ab7a66a5d0ec7 (patch)
tree55fdf34ea235d23d97d29da69c6642bbed566ffd /community/notmuch/fix-tests.patch
parenta946e89359d3c54fd20ec4ab27c9b962fee0762c (diff)
downloadaports-274716af470a02fbc23ec7fb8a2ab7a66a5d0ec7.tar.bz2
aports-274716af470a02fbc23ec7fb8a2ab7a66a5d0ec7.tar.xz
community/notmuch: upgrade to 0.29.3
Diffstat (limited to 'community/notmuch/fix-tests.patch')
-rw-r--r--community/notmuch/fix-tests.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/notmuch/fix-tests.patch b/community/notmuch/fix-tests.patch
deleted file mode 100644
index 92c2b854e4..0000000000
--- a/community/notmuch/fix-tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -ur a/test/T030-config.sh b/test/T030-config.sh
---- a/test/T030-config.sh 2018-08-06 15:39:37.400772382 +0200
-+++ b/test/T030-config.sh 2018-08-06 15:39:45.434276833 +0200
-@@ -51,8 +51,8 @@
- fi
-
- cat <<EOF > EXPECTED
--Error opening database at MAIL_DIR/.notmuch: No such file or directory
- database.path=MAIL_DIR
-+Error opening database at MAIL_DIR/.notmuch: No such file or directory
- user.name=Notmuch Test Suite
- user.primary_email=test_suite@notmuchmail.org
- user.other_email=test_suite_other@notmuchmail.org;test_suite@otherdomain.org
-Only in b/test: T030-config.sh.orig
-diff -ur a/test/T650-regexp-query.sh b/test/T650-regexp-query.sh
---- a/test/T650-regexp-query.sh 2018-08-06 15:39:37.404105787 +0200
-+++ b/test/T650-regexp-query.sh 2018-08-06 15:39:45.434276833 +0200
-@@ -140,7 +140,7 @@
- notmuch search 'from:/unbalanced[/' 1>OUTPUT 2>&1
- cat <<EOF > EXPECTED
- notmuch search: A Xapian exception occurred
--A Xapian exception occurred parsing query: Invalid regular expression
-+A Xapian exception occurred parsing query: Missing ']'
- Query string was: from:/unbalanced[/
- EOF
- test_expect_equal_file EXPECTED OUTPUT
-Only in b/test: T650-regexp-query.sh.orig