test-doctor: improve reliability

Summary:
Similar to D27064825 (7eea44ce4e). There are 2 `hg status` calls and D27064825 (7eea44ce4e) only fixed one of them.

Sample failure:

    --- test-doctor.t
    +++ test-doctor.t.err
    @@ -226,11 +226,11 @@
       $ hg status
       M A2
       A A0
    -  A X
       R A
       R A1
       ? B
       ? C
    +  ? X
       ? Y
       ? Z

Reviewed By: kulshrax

Differential Revision: D27249712

fbshipit-source-id: 0e628959c88218d6340f2597953850d654b12a8c
This commit is contained in:
Jun Wu 2021-03-23 12:22:55 -07:00 committed by Facebook GitHub Bot
parent cafdd4776e
commit bec9562260

View File

@ -226,11 +226,12 @@ Try other kinds of dirstate corruptions:
$ hg status
M A2
A A0
A X
A X (?)
R A
R A1
? B
? C
? X (?)
? Y
? Z