aboutsummaryrefslogtreecommitdiff
path: root/test/T030-config.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/T030-config.sh
parentd12d91f82801d784f49939756ec9643a9cada60c (diff)
test: clean up some extra whitespace.
The extra space is mainly just untidy.
Diffstat (limited to 'test/T030-config.sh')
-rwxr-xr-xtest/T030-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T030-config.sh b/test/T030-config.sh
index 883541d5..32efa945 100755
--- a/test/T030-config.sh
+++ b/test/T030-config.sh
@@ -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"