# HG changeset patch # User Matt Harbison # Date 2024-10-04 05:23:31 # Node ID 93a533fa04ec5e873275c072935d3d2f1c73bad6 # Parent a8e1ff9ac257567808ccce4c9bc9b4eb78568ac3 tests: stabilize `test-sparse.t` on Windows One of the reserved characters for path values is '*', so it can't be used. Fortunately, missing this seems to not get in the way of any other tests, and it is removed shortly after with `rm -r foo*bar`, and the extant 'foo-bar' matches the pattern. diff --git a/tests/test-sparse.t b/tests/test-sparse.t --- a/tests/test-sparse.t +++ b/tests/test-sparse.t @@ -34,7 +34,9 @@ Test that sparse pattern by default is i $ mk 'foo' bar $ mk 'foo-bar' x $ mk 'unanchoredfoo-bar' x +#if no-windows $ mk 'foo*bar' x +#endif $ mk 'dir/foo-bar' x $ hg status --config rhg.on-unsupported=abort ? dir/foo-bar/x