diff -r 308e45f7b455 -r 51262af89efe tests/test-dirstate.t --- a/tests/test-dirstate.t Thu Apr 28 15:22:08 2022 +0200 +++ b/tests/test-dirstate.t Thu Apr 28 16:24:55 2022 +0200 @@ -129,7 +129,7 @@ > } $ find_dirstate_uuid () { - > dirstate_data_files | sed 's#.hg/dirstate.##' + > hg debugstate --docket | grep uuid | sed 's/.*uuid: \(.*\)/\1/' > } $ dirstate_uuid_has_not_changed () {