Re: [PATCH] t: branch: improve test rollback
From: Felipe Contreras <hidden>
Date: 2016-06-15 22:59:09
On Thu, Oct 31, 2013 at 12:32 PM, Junio C Hamano [off-list ref] wrote:
Felipe Contreras [off-list ref] writes:
quoted
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 0fe7647..33673e0 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh@@ -329,7 +329,7 @@ test_expect_success 'tracking setup fails on non-matching refspec' ' ' test_expect_success 'test tracking setup via config' ' - git config branch.autosetupmerge true && + test_config branch.autosetupmerge true && git config remote.local.url . && git config remote.local.fetch refs/heads/*:refs/remotes/local/* &&And "remote.local.*" setting does not follow that "pristine" principle, making the result of applying this patch inconsistent. Is that desirable?
This patch is *improving* test rollback, it's not making it perfect. Let not the perfect be the enemy of the good. -- Felipe Contreras