# HG changeset patch # User Matt Harbison # Date 1450747086 18000 # Node ID 319d78cf787d3fc66a50145823d86711386a9997 # Parent 9ebc02157bf31d1ea4ecedbbf5dcead2d318e394 test-fileset: conditionalize output with symlink diff --git a/tests/test-fileset.t b/tests/test-fileset.t --- a/tests/test-fileset.t +++ b/tests/test-fileset.t @@ -315,6 +315,7 @@ Test safety of 'encoding' on removed files +#if symlink $ fileset 'encoding("ascii")' dos mac @@ -328,6 +329,20 @@ b2link 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