Skip to content

Commit 2f3850c

Browse files
MichaelCuevasfacebook-github-bot
authored andcommitted
fix network doctor test
Summary: Fixes a test that was broken on macOS, causing hgbuild to fail. Reviewed By: muirdm Differential Revision: D75962516 fbshipit-source-id: 9999792324e54ac605df1452d203649e9f2af29b
1 parent 5eb8111 commit 2f3850c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eden/scm/tests/test-network-doctor.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Set up fake cert paths so we don't hit "missing certs" error.
3636
no server connectivity: TCP error: test
3737

3838
Original error:
39-
[6] Couldn't resolve host name (Could not resolve host: test_fail)
39+
\[6\] (Could not|Couldn't) resolve (hostname|host name) \(Could not resolve host: test_fail\) (re)
4040
[1]
4141

4242

@@ -53,9 +53,9 @@ Works for native rust commands as well.
5353

5454
Original error:
5555

56-
Network Error: [6] Couldn't resolve host name (Could not resolve host: test_fail)
56+
Network Error: \[6\] (Could not|Couldn't) resolve (hostname|host name) \(Could not resolve host: test_fail\) (re)
5757

5858
Caused by:
59-
[6] Couldn't resolve host name (Could not resolve host: test_fail)
59+
\[6\] (Could not|Couldn't) resolve (hostname|host name) \(Could not resolve host: test_fail\) (re)
6060

6161
Stack backtrace:

0 commit comments

Comments
 (0)