# HG changeset patch # User Pierre-Yves David # Date 2024-10-26 10:56:02 # Node ID d12dc9139135d905407766ef2ca2a1156107b3d2 # Parent 1bebe07bfd40512f820f762f8ee92bd2fc1decc6 test: stabilize `test-audit-path.t` in rust (hopefully) We have been seeing flakiness on the file reported for a bit. diff --git a/tests/test-audit-path.t b/tests/test-audit-path.t --- a/tests/test-audit-path.t +++ b/tests/test-audit-path.t @@ -224,7 +224,7 @@ audited first by calculateupdates(), whe $ hg up -qC null #if rust $ hg up 1 - abort: path 'a/*' traverses symbolic link 'a' + abort: path 'a/?' traverses symbolic link 'a' (glob) [10] #endif @@ -239,15 +239,11 @@ try branch update replacing directory wi path 'a' is audited as a directory first, which should be audited again as a symlink. -#if rust $ rm -rf a -#else - $ rm -f a -#endif $ hg up -qC 2 $ hg up 1 - abort: path 'a/b' traverses symbolic link 'a' + abort: path 'a/?' traverses symbolic link 'a' (glob) [255] $ ls ../update-symlink-out