tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`
authorMatt Harbison <matt_harbison@yahoo.com>
Tue, 05 Nov 2019 18:25:13 -0500
changeset 43439 0a0bad6d7ac0
parent 43438 a77d4fe347a4
child 43440 ec7ba79bf3db
tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)` The CI for py3 is assuming that symlinks are possible (they are when running as Administrator or when Developer Mode is enabled), and these popped up. Differential Revision: https://phab.mercurial-scm.org/D7232
tests/test-fileset.t
--- a/tests/test-fileset.t	Tue Oct 29 17:16:28 2019 +0100
+++ b/tests/test-fileset.t	Tue Nov 05 18:25:13 2019 -0500
@@ -853,7 +853,7 @@
   M b2
   A 1k
   A 2k
-  A b2link (no-windows !)
+  A b2link (symlink !)
   A bin
   A c1
   A con.xml (no-windows !)
@@ -864,7 +864,7 @@
   M b2
   A 1k
   A 2k
-  A b2link (no-windows !)
+  A b2link (symlink !)
   A bin
   A c1
   A con.xml (no-windows !)
@@ -997,7 +997,7 @@
   A .hgsubstate
   A 1k
   A 2k
-  A b2link (no-windows !)
+  A b2link (symlink !)
   A bin
   A c1
   A con.xml (no-windows !)
@@ -1006,7 +1006,7 @@
   .hgsubstate
   1k
   2k
-  b2link (no-windows !)
+  b2link (symlink !)
   bin
   c1
   con.xml (no-windows !)