X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft1300-config.sh;fp=t%2Ft1300-config.sh;h=d566729d74f53131c4333eeb88e74f24791c677d;hb=6fc68e7ca3363a15104e7fc30fd1cae4758ac91c;hp=2575279ab84e8a32239a7ea30f72022d3ff6b9f8;hpb=ed5288cff22b280f83987ab521fbe451f603213c;p=thirdparty%2Fgit.git diff --git a/t/t1300-config.sh b/t/t1300-config.sh index 2575279ab8..d566729d74 100755 --- a/t/t1300-config.sh +++ b/t/t1300-config.sh @@ -1571,7 +1571,7 @@ test_expect_success 'git config --edit respects core.editor' ' # malformed configuration files test_expect_success 'barf on syntax error' ' cat >.git/config <<-\EOF && - # broken section line + # broken key=value [section] key garbage EOF @@ -1591,7 +1591,7 @@ test_expect_success 'barf on incomplete section header' ' test_expect_success 'barf on incomplete string' ' cat >.git/config <<-\EOF && - # broken section line + # broken value string [section] key = "value string EOF