From patchwork Sun Apr 9 02:37:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3, of, 4] test-fileset: eliminate a duplicate test that was conditionalized for output From: Matt Harbison X-Patchwork-Id: 20034 Message-Id: <651cf90e65f6c5f5717c.1491705467@Envy> To: mercurial-devel@mercurial-scm.org Date: Sat, 08 Apr 2017 22:37:47 -0400 # HG changeset patch # User Matt Harbison # Date 1491678109 14400 # Sat Apr 08 15:01:49 2017 -0400 # Node ID 651cf90e65f6c5f5717caa9779f268319e2bc676 # Parent d236dca9355d6af70f20ba7966ccf903657a61c8 test-fileset: eliminate a duplicate test that was conditionalized for output diff --git a/tests/test-fileset.t b/tests/test-fileset.t --- a/tests/test-fileset.t +++ b/tests/test-fileset.t @@ -348,7 +348,6 @@ Test safety of 'encoding' on removed files -#if symlink $ fileset 'encoding("ascii")' dos mac @@ -359,23 +358,9 @@ 2k b1 b2 - b2link + b2link (symlink !) bin c1 -#else - $ fileset 'encoding("ascii")' - dos - mac - mixed - .hgsub - .hgsubstate - 1k - 2k - b1 - b2 - bin - c1 -#endif Test detection of unintentional 'matchctx.existing()' invocation