diff options
-rwxr-xr-x | t/t1300-config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t1300-config.sh b/t/t1300-config.sh index 8f37ffadb1..05c011ee03 100755 --- a/t/t1300-config.sh +++ b/t/t1300-config.sh @@ -108,6 +108,7 @@ bar = foo [beta] baz = multiple \ lines +foo = bar EOF test_expect_success 'unset with cont. lines' ' @@ -118,6 +119,7 @@ cat > expect <<\EOF [alpha] bar = foo [beta] +foo = bar EOF test_expect_success 'unset with cont. lines is correct' 'test_cmp expect .git/config' |