aboutsummaryrefslogtreecommitdiff
path: root/test/T070-insert.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/T070-insert.sh
parentd12d91f82801d784f49939756ec9643a9cada60c (diff)
test: clean up some extra whitespace.
The extra space is mainly just untidy.
Diffstat (limited to 'test/T070-insert.sh')
-rwxr-xr-xtest/T070-insert.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/T070-insert.sh b/test/T070-insert.sh
index 7341810c..b37a9b67 100755
--- a/test/T070-insert.sh
+++ b/test/T070-insert.sh
@@ -247,7 +247,7 @@ notmuch config set new.tags $OLDCONFIG
# DUPLICATE_MESSAGE_ID is not tested here, because it should actually pass.
# pregenerate all of the test shims
-for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR OUT_OF_MEMORY XAPIAN_EXCEPTION; do
+for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR OUT_OF_MEMORY XAPIAN_EXCEPTION; do
make_shim shim-$code <<EOF
#include <notmuch.h>
#include <stdio.h>
@@ -264,7 +264,7 @@ done
gen_insert_msg
-for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR; do
+for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR; do
test_begin_subtest "EXIT_FAILURE when index_file returns $code"
test_expect_code 1 "notmuch_with_shim shim-$code insert < \"$gen_msg_filename\""