--- a/tests/test-remotefilelog-corrupt-cache.t Mon Jun 26 11:15:30 2023 +0100
+++ b/tests/test-remotefilelog-corrupt-cache.t Mon Jun 26 14:34:58 2023 +0200
@@ -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 "^[^ ].*unexpected remotefilelog"
+ $ hg up tip 2>&1 | grep -E "^[^ ].*unexpected remotefilelog"
abort: unexpected remotefilelog header: illegal format
Verify detection and remediation when remotefilelog.validatecachelog is set