提交 713ee7fe 编写于 作者: J Junio C Hamano

Merge branch 'ta/config-set'

* ta/config-set:
  t1308: fix broken here document in test script
...@@ -23,7 +23,7 @@ check_config () { ...@@ -23,7 +23,7 @@ check_config () {
} }
test_expect_success 'setup default config' ' test_expect_success 'setup default config' '
cat >.git/config <<\EOF cat >.git/config <<-\EOF
[case] [case]
penguin = very blue penguin = very blue
Movie = BadPhysics Movie = BadPhysics
...@@ -195,7 +195,7 @@ test_expect_success 'proper error on error in default config files' ' ...@@ -195,7 +195,7 @@ test_expect_success 'proper error on error in default config files' '
cp .git/config .git/config.old && cp .git/config .git/config.old &&
test_when_finished "mv .git/config.old .git/config" && test_when_finished "mv .git/config.old .git/config" &&
echo "[" >>.git/config && echo "[" >>.git/config &&
echo "fatal: bad config file line 35 in .git/config" >expect && echo "fatal: bad config file line 34 in .git/config" >expect &&
test_expect_code 128 test-config get_value foo.bar 2>actual && test_expect_code 128 test-config get_value foo.bar 2>actual &&
test_cmp expect actual test_cmp expect actual
' '
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册