Commit 13c907c
t3401: use test_commit in setup
Simplify t3401 by using test_commit in the setup. This lets us refer
to commits using their tags and there is no longer a need to create
the branch my-topic-branch-merge. Also, the branch master-merge points
to the same commit as master (even before this change), so that branch
does not need to be created either.
While at it, replace "test ! -d" by "test_path_is_missing".
Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent f73e5ee commit 13c907c
1 file changed
Lines changed: 10 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
19 | 16 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 17 | + | |
| 18 | + | |
29 | 19 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 20 | + | |
34 | 21 | | |
35 | 22 | | |
36 | 23 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 24 | + | |
| 25 | + | |
41 | 26 | | |
42 | 27 | | |
43 | 28 | | |
| |||
48 | 33 | | |
49 | 34 | | |
50 | 35 | | |
51 | | - | |
| 36 | + | |
52 | 37 | | |
53 | 38 | | |
54 | 39 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
58 | 43 | | |
59 | 44 | | |
60 | 45 | | |
0 commit comments