We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a2fd3 + dc05179 commit 713ee7fCopy full SHA for 713ee7f
t/t1308-config-set.sh
@@ -23,7 +23,7 @@ check_config () {
23
}
24
25
test_expect_success 'setup default config' '
26
- cat >.git/config <<\EOF
+ cat >.git/config <<-\EOF
27
[case]
28
penguin = very blue
29
Movie = BadPhysics
@@ -195,7 +195,7 @@ test_expect_success 'proper error on error in default config files' '
195
cp .git/config .git/config.old &&
196
test_when_finished "mv .git/config.old .git/config" &&
197
echo "[" >>.git/config &&
198
- echo "fatal: bad config file line 35 in .git/config" >expect &&
+ echo "fatal: bad config file line 34 in .git/config" >expect &&
199
test_expect_code 128 test-config get_value foo.bar 2>actual &&
200
test_cmp expect actual
201
'
0 commit comments