]> git.notmuchmail.org Git - notmuch/blobdiff - test/T030-config.sh
test: clean up some extra whitespace.
[notmuch] / test / T030-config.sh
index 883541d500798188714009b2ce703fe14450882f..32efa945a832908ebd5bc374531e8d1101076e53 100755 (executable)
@@ -76,7 +76,7 @@ test_expect_equal "$(notmuch --config:alt-config config get user.name)" \
     "Another Name"
 
 test_begin_subtest "Top level --config<space>FILE option"
-test_expect_equal "$(notmuch --config  alt-config config get user.name)" \
+test_expect_equal "$(notmuch --config alt-config config get user.name)" \
     "Another Name"
 
 test_begin_subtest "Top level --config=FILE option changed the right file"