tests/test-dirstate.t
branchstable
changeset 49154 51262af89efe
parent 49150 f2ef6a4f918f
child 49155 c69adc82e7f7
--- 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 () {