]> git.notmuchmail.org Git - notmuch/blobdiff - test/T030-config.sh
cli: add space separator for keyword, string, and int arguments
[notmuch] / test / T030-config.sh
index 0915abdba3a03838e552cf91deb6d32d9ede1c65..79a24948275c82e3d9a05860311a79c32eeb02bb 100755 (executable)
@@ -69,6 +69,14 @@ notmuch --config=alt-config config set user.name "Another Name"
 test_expect_equal "$(notmuch --config=alt-config config get user.name)" \
     "Another Name"
 
+test_begin_subtest "Top level --config:FILE option"
+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)" \
+    "Another Name"
+
 test_begin_subtest "Top level --config=FILE option changed the right file"
 test_expect_equal "$(notmuch config get user.name)" \
     "Notmuch Test Suite"