diff options
Diffstat (limited to 'tests/push.rs')
| -rw-r--r-- | tests/push.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/push.rs b/tests/push.rs index 5fe1f15..fe711c1 100644 --- a/tests/push.rs +++ b/tests/push.rs | |||
| @@ -347,7 +347,6 @@ mod when_branch_is_checked_out { | |||
| 347 | "1 commits ahead. preparing to create creating patch events.\r\n", | 347 | "1 commits ahead. preparing to create creating patch events.\r\n", |
| 348 | )?; | 348 | )?; |
| 349 | p.expect("searching for profile and relay updates...\r\n")?; | 349 | p.expect("searching for profile and relay updates...\r\n")?; |
| 350 | p.expect("\r")?; | ||
| 351 | p.expect("logged in as fred\r\n")?; | 350 | p.expect("logged in as fred\r\n")?; |
| 352 | p.expect("pushing 1 commits\r\n")?; | 351 | p.expect("pushing 1 commits\r\n")?; |
| 353 | 352 | ||
| @@ -593,7 +592,6 @@ mod when_branch_is_checked_out { | |||
| 593 | p.expect("355bdf1 add a4.md\r\n")?; | 592 | p.expect("355bdf1 add a4.md\r\n")?; |
| 594 | p.expect("dbd1115 add a3.md\r\n")?; | 593 | p.expect("dbd1115 add a3.md\r\n")?; |
| 595 | p.expect("searching for profile and relay updates...\r\n")?; | 594 | p.expect("searching for profile and relay updates...\r\n")?; |
| 596 | p.expect("\r")?; | ||
| 597 | p.expect("logged in as fred\r\n")?; | 595 | p.expect("logged in as fred\r\n")?; |
| 598 | p.expect("posting 2 patches without a covering letter...\r\n")?; | 596 | p.expect("posting 2 patches without a covering letter...\r\n")?; |
| 599 | 597 | ||