# HG changeset patch # User Augie Fackler # Date 1513378358 18000 # Node ID cf532a62e337645e949da9529c41ff1a5ab4d981 # Parent 31d21309635b1435513ec6a47da2a4ff5e4225a5 tests: test-pathconflicts-merge.t requires symlinks Once we're ready to turn this functionality on more widely, we might want to write a symlink-free version of the test that can run on Windows, but for now we'll just leave it disabled there. Differential Revision: https://phab.mercurial-scm.org/D1710 diff -r 31d21309635b -r cf532a62e337 tests/test-pathconflicts-merge.t --- a/tests/test-pathconflicts-merge.t Thu Dec 14 14:31:57 2017 +0000 +++ b/tests/test-pathconflicts-merge.t Fri Dec 15 17:52:38 2017 -0500 @@ -1,3 +1,5 @@ +#require symlink + Path conflict checking is currently disabled by default because of issue5716. Turn it on for this test.