Commit 73cf579
committed
t5516: relax error message pattern
This test in t5516 is failing some times due to a race condition in
the stderr output. The remote is sending an error line in the middle
of the local client writing an error. This causes the exact line
match specified by the path to be incorrect.
Relax the condition a little for now, and consider a better fix to
the race condition later.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>1 parent dd3b512 commit 73cf579
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1253 | 1253 | | |
1254 | 1254 | | |
1255 | 1255 | | |
1256 | | - | |
| 1256 | + | |
1257 | 1257 | | |
1258 | 1258 | | |
1259 | 1259 | | |
| |||
0 commit comments