From: Johannes Schindelin Date: Tue, 3 Apr 2018 16:28:18 +0000 (+0200) Subject: t1300: avoid relying on a bug X-Git-Tag: v2.18.0-rc0~100^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/85bf5d61e717f79f7ac68d15e336e54293035405?hp=85bf5d61e717f79f7ac68d15e336e54293035405 t1300: avoid relying on a bug The test case 'unset with cont. lines' relied on a bug that is about to be fixed: it tests *explicitly* that removing the last entry from a config section leaves an *empty* section behind. Let's fix this test case not to rely on that behavior, simply by preventing the section from becoming empty. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---