We do not want to keep track of the exact contents of the fake system-wide t/gitconfig-for-test configuration file. Keep ignoring it as we used to. Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> --- t/t1308-config-set.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t1308-config-set.sh b/t/t1308-config-set.sh index 7655c94c2801..5d5adb1efd8e 100755 --- a/t/t1308-config-set.sh +++ b/t/t1308-config-set.sh @@ -260,6 +260,7 @@ test_expect_success 'iteration shows correct origins' ' name= scope=cmdline EOF + GIT_CONFIG_NOSYSTEM=1 \ GIT_CONFIG_PARAMETERS=$cmdline_config test-config iterate >actual && test_cmp expect actual ' -- 2.10.0-589-g5adf4e1