changeset 51984:a878d260ec57

tests: stabilize `test-bundle-phase-internal.t` on Windows This is a silly difference, and we control the Windows side of things from mercurial/windows.py:195. I'll swap and quote the values to be like `no-windows` at some point, but I suspect this exception output would appear elsewhere, and don't feel like waiting for a 2h+ test run to find all of them.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 07 Oct 2024 15:48:06 -0400
parents 46afce95e5a5
children 2924676d4728
files tests/test-bundle-phase-internal.t
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bundle-phase-internal.t	Mon Oct 07 13:19:16 2024 -0400
+++ b/tests/test-bundle-phase-internal.t	Mon Oct 07 15:48:06 2024 -0400
@@ -250,7 +250,8 @@
   (1 internal changesets selected)
   [255]
   $ hg debugbundle ../internal-01.hg
-  abort: $ENOENT$: '../internal-01.hg'
+  abort: $ENOENT$: '../internal-01.hg' (no-windows !)
+  abort: ../internal-01.hg: $ENOENT$ (windows !)
   [255]
 
 try to bundle it with other, somewhat explicitly
@@ -263,7 +264,8 @@
   (1 internal changesets selected)
   [255]
   $ hg debugbundle ../internal-02.hg
-  abort: $ENOENT$: '../internal-02.hg'
+  abort: $ENOENT$: '../internal-02.hg' (no-windows !)
+  abort: ../internal-02.hg: $ENOENT$ (windows !)
   [255]
 
 bundle visible ancestors