tests/test-fileset.t
changeset 27477 319d78cf787d
parent 27464 c39ecb2b86b3
child 27518 737ffdabbde9
--- a/tests/test-fileset.t	Tue Dec 22 02:24:16 2015 +0000
+++ b/tests/test-fileset.t	Mon Dec 21 20:18:06 2015 -0500
@@ -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