# HG changeset patch # User Augie Fackler # Date 1625678447 14400 # Node ID 5830539c46beda56390afbb09a5b9bdd63c50698 # Parent 20b37ef33ebc804044719fb56a16aaaf1ca391ed remotefilelog: tweak corrupt cache test to grep more flexibly I'm about to fix the abuse of RuntimeError here, which breaks the test if I don't do this. Differential Revision: https://phab.mercurial-scm.org/D11005 diff -r 20b37ef33ebc -r 5830539c46be tests/test-remotefilelog-corrupt-cache.t --- a/tests/test-remotefilelog-corrupt-cache.t Mon Jul 05 06:39:29 2021 +0200 +++ b/tests/test-remotefilelog-corrupt-cache.t Wed Jul 07 13:20:47 2021 -0400 @@ -37,7 +37,7 @@ > EOF $ chmod u+w $CACHEDIR/master/11/f6ad8ec52a2984abaafd7c3b516503785c2072/1406e74118627694268417491f018a4a883152f0 $ echo x > $CACHEDIR/master/11/f6ad8ec52a2984abaafd7c3b516503785c2072/1406e74118627694268417491f018a4a883152f0 - $ hg up tip 2>&1 | egrep "^RuntimeError" + $ hg up tip 2>&1 | egrep "^[^ ].*unexpected remotefilelog" RuntimeError: unexpected remotefilelog header: illegal format Verify detection and remediation when remotefilelog.validatecachelog is set