diff options
author | Sitaram Chamarty <sitaramc@gmail.com> | 2019-02-06 13:20:29 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaramc@gmail.com> | 2019-02-06 13:20:29 +0530 |
commit | 37dfce9376104f0bf790e36850680c380783ac09 (patch) | |
tree | 16af04fe06770d4c1548b1cacd5c2ee662f160f8 | |
parent | v3.6.11 (diff) | |
download | gitolite-gentoo-37dfce9376104f0bf790e36850680c380783ac09.tar.gz gitolite-gentoo-37dfce9376104f0bf790e36850680c380783ac09.tar.bz2 gitolite-gentoo-37dfce9376104f0bf790e36850680c380783ac09.zip |
minor change to test due to change in git 2.18+
git 2.18 (and above) does not leave an empty section header lying around
when the key and value are deleted using 'git config --unset'
-rwxr-xr-x | t/git-config.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/git-config.t b/t/git-config.t index 86a3a7b..fb5097e 100755 --- a/t/git-config.t +++ b/t/git-config.t @@ -137,7 +137,6 @@ try " $t = join("\n", sort (lines())); cmp $t, 'bar.git/config: bare = true -bar.git/config:[foo] foo.git/config: bar = f1 foo.git/config: bare = true foo.git/config:[foo] |