Commit 73439c2
Alexander Stein
common: fix initial branch name
If user has global setting init.defaultBranch set to something else than
'master' the test fails:
---- backup_subcommand stdout ----
thread 'backup_subcommand' (44196) panicked at tests/backup.rs:28:5:
assertion `left == right` failed
left: "main"
right: "master"1 parent 9b03a4c commit 73439c2
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments