test-fileset: conditionalize output with symlink

This commit is contained in:
Matt Harbison 2015-12-21 20:18:06 -05:00
parent a433b637d1
commit 996ae5279d

View File

@ -315,6 +315,7 @@ Test with a revision
Test safety of 'encoding' on removed files
#if symlink
$ fileset 'encoding("ascii")'
dos
mac
@ -328,6 +329,20 @@ Test safety of 'encoding' on removed files
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