aboutsummaryrefslogtreecommitdiff
path: root/test/T050-new.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-01-15 21:29:17 -0400
committerDavid Bremner <david@tethera.net>2021-03-12 07:19:14 -0400
commit97fadd0645e908ff8322577a983dc710bfda33d6 (patch)
tree62e13be870587acabda7183744c242ac4d59aabb /test/T050-new.sh
parentd12d91f82801d784f49939756ec9643a9cada60c (diff)
test: clean up some extra whitespace.
The extra space is mainly just untidy.
Diffstat (limited to 'test/T050-new.sh')
-rwxr-xr-xtest/T050-new.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index 882939fa..76bda959 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -341,9 +341,9 @@ notmuch config set new.tags $OLDCONFIG
test_begin_subtest "Xapian exception: read only files"
-chmod u-w ${MAIL_DIR}/.notmuch/xapian/*.*
+chmod u-w ${MAIL_DIR}/.notmuch/xapian/*.*
output=$(NOTMUCH_NEW --debug 2>&1 | sed 's/: .*$//' )
-chmod u+w ${MAIL_DIR}/.notmuch/xapian/*.*
+chmod u+w ${MAIL_DIR}/.notmuch/xapian/*.*
test_expect_equal "$output" "A Xapian exception occurred opening database"
@@ -385,8 +385,8 @@ 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"
-threadid=$(notmuch search --output=threads id:mid-loop-12@example.org)
-notmuch show --format=mbox $threadid | grep '^Date' > OUTPUT
+threadid=$(notmuch search --output=threads id:mid-loop-12@example.org)
+notmuch show --format=mbox $threadid | grep '^Date' > OUTPUT
cat <<EOF > EXPECTED
Date: Thu, 16 Jun 2016 22:14:41 -0400
Date: Fri, 17 Jun 2016 22:14:41 -0400