test-fileset: eliminate a duplicate test that was conditionalized for output
authorMatt Harbison <matt_harbison@yahoo.com>
Sat, 08 Apr 2017 15:01:49 -0400
changeset 31853 67ea8e857489
parent 31852 7ef0816bfe64
child 31854 9259cf823690
test-fileset: eliminate a duplicate test that was conditionalized for output
tests/test-fileset.t
--- a/tests/test-fileset.t	Sat Apr 08 14:55:44 2017 -0400
+++ b/tests/test-fileset.t	Sat Apr 08 15:01:49 2017 -0400
@@ -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