]> git.notmuchmail.org Git - notmuch/blobdiff - test/T210-raw.sh
test: clean up some extra whitespace.
[notmuch] / test / T210-raw.sh
index 9a8b990c1c3fb4d923b5414a65198986a5412759..e1d50bf90a0a15881d1a7712b1fad813a13009ee 100755 (executable)
@@ -61,7 +61,7 @@ for pow in {10..20}; do
     notmuch show --format=raw subject:$size > OUTPUT
     test_expect_equal_file mail/size-$size OUTPUT
     test_begin_subtest "return value, message of size $size"
-    test_expect_success  "notmuch show --format=raw subject:$size > /dev/null"
+    test_expect_success "notmuch show --format=raw subject:$size > /dev/null"
 done
 
 test_done