Re: [PATCH] branch test: fix invalid config key access

2017-05-28 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Sun, May 28, 2017 at 7:12 PM, Sahil Dua wrote: >> Fixes the test by changing "branch.s/s/dummy" to "branch.s/s.dummy" which is >> the right way of accessing config key "branch.s/s.dummy". Purpose of >> this test is

Re: [PATCH] branch test: fix invalid config key access

2017-05-28 Thread Ævar Arnfjörð Bjarmason
On Sun, May 28, 2017 at 7:12 PM, Sahil Dua wrote: > Fixes the test by changing "branch.s/s/dummy" to "branch.s/s.dummy" which is > the right way of accessing config key "branch.s/s.dummy". Purpose of > this test is to confirm that this key doesn't exist after the branch >

[PATCH] branch test: fix invalid config key access

2017-05-28 Thread Sahil Dua
Fixes the test by changing "branch.s/s/dummy" to "branch.s/s.dummy" which is the right way of accessing config key "branch.s/s.dummy". Purpose of this test is to confirm that this key doesn't exist after the branch "s/s" has been renamed to "s". Earlier it was trying to access invalid config key