diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh index 0690e0edf4..6de46bbd57 100755 --- a/t/t1300-repo-config.sh +++ b/t/t1300-repo-config.sh @@ -451,7 +451,7 @@ test_expect_success 'refer config from subdirectory' ' mkdir x && ( cd x && - echo strasse >expect + echo strasse >expect && git config --get --file ../other-config ein.bahn >actual && test_cmp expect actual )