summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaramc@gmail.com>2019-02-06 07:50:29 (GMT)
committerSitaram Chamarty <sitaramc@gmail.com>2019-02-06 07:50:29 (GMT)
commit37dfce9376104f0bf790e36850680c380783ac09 (patch)
tree16af04fe06770d4c1548b1cacd5c2ee662f160f8
parentb49133dc5f49b12807165ed250307213c1ac0a53 (diff)
downloadgitolite-37dfce9376104f0bf790e36850680c380783ac09.zip
gitolite-37dfce9376104f0bf790e36850680c380783ac09.tar.gz
gitolite-37dfce9376104f0bf790e36850680c380783ac09.tar.bz2
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-xt/git-config.t1
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]