D7232: tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Nov 5 22:37:28 EST 2019


Closed by commit rHG0a0bad6d7ac0: tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)` (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7232?vs=17561&id=17582

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7232/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7232

AFFECTED FILES
  tests/test-fileset.t

CHANGE DETAILS

diff --git a/tests/test-fileset.t b/tests/test-fileset.t
--- a/tests/test-fileset.t
+++ b/tests/test-fileset.t
@@ -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 !)



To: mharbison72, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list