# HG changeset patch # User Matt Harbison # Date 1728019411 14400 # 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 -r a8e1ff9ac257 -r 93a533fa04ec tests/test-sparse.t --- a/tests/test-sparse.t Thu Oct 03 21:08:10 2024 -0400 +++ b/tests/test-sparse.t Fri Oct 04 01:23:31 2024 -0400 @@ -34,7 +34,9 @@ $ 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