|
6 | 6 | test_description='git cvsimport handling of branches and tags'
|
7 | 7 | . ./lib-cvs.sh
|
8 | 8 |
|
9 |
| -CVSROOT="$TEST_DIRECTORY"/t9602/cvsroot |
10 |
| -export CVSROOT |
| 9 | +test_expect_success PERL 'setup CVSROOT' ' |
| 10 | + CVSROOT="$TEST_DIRECTORY"/t9602/cvsroot && |
| 11 | + export CVSROOT |
| 12 | +' |
11 | 13 |
|
12 |
| -test_expect_success 'import module' ' |
| 14 | +test_expect_success PERL 'import module' ' |
13 | 15 |
|
14 | 16 | git cvsimport -C module-git module
|
15 | 17 |
|
16 | 18 | '
|
17 | 19 |
|
18 |
| -test_expect_success 'test branch master' ' |
| 20 | +test_expect_success PERL 'test branch master' ' |
19 | 21 |
|
20 | 22 | test_cmp_branch_tree master
|
21 | 23 |
|
22 | 24 | '
|
23 | 25 |
|
24 |
| -test_expect_success 'test branch vendorbranch' ' |
| 26 | +test_expect_success PERL 'test branch vendorbranch' ' |
25 | 27 |
|
26 | 28 | test_cmp_branch_tree vendorbranch
|
27 | 29 |
|
28 | 30 | '
|
29 | 31 |
|
30 |
| -test_expect_failure 'test branch B_FROM_INITIALS' ' |
| 32 | +test_expect_failure PERL 'test branch B_FROM_INITIALS' ' |
31 | 33 |
|
32 | 34 | test_cmp_branch_tree B_FROM_INITIALS
|
33 | 35 |
|
34 | 36 | '
|
35 | 37 |
|
36 |
| -test_expect_failure 'test branch B_FROM_INITIALS_BUT_ONE' ' |
| 38 | +test_expect_failure PERL 'test branch B_FROM_INITIALS_BUT_ONE' ' |
37 | 39 |
|
38 | 40 | test_cmp_branch_tree B_FROM_INITIALS_BUT_ONE
|
39 | 41 |
|
40 | 42 | '
|
41 | 43 |
|
42 |
| -test_expect_failure 'test branch B_MIXED' ' |
| 44 | +test_expect_failure PERL 'test branch B_MIXED' ' |
43 | 45 |
|
44 | 46 | test_cmp_branch_tree B_MIXED
|
45 | 47 |
|
46 | 48 | '
|
47 | 49 |
|
48 |
| -test_expect_success 'test branch B_SPLIT' ' |
| 50 | +test_expect_success PERL 'test branch B_SPLIT' ' |
49 | 51 |
|
50 | 52 | test_cmp_branch_tree B_SPLIT
|
51 | 53 |
|
52 | 54 | '
|
53 | 55 |
|
54 |
| -test_expect_failure 'test tag vendortag' ' |
| 56 | +test_expect_failure PERL 'test tag vendortag' ' |
55 | 57 |
|
56 | 58 | test_cmp_branch_tree vendortag
|
57 | 59 |
|
58 | 60 | '
|
59 | 61 |
|
60 |
| -test_expect_success 'test tag T_ALL_INITIAL_FILES' ' |
| 62 | +test_expect_success PERL 'test tag T_ALL_INITIAL_FILES' ' |
61 | 63 |
|
62 | 64 | test_cmp_branch_tree T_ALL_INITIAL_FILES
|
63 | 65 |
|
64 | 66 | '
|
65 | 67 |
|
66 |
| -test_expect_failure 'test tag T_ALL_INITIAL_FILES_BUT_ONE' ' |
| 68 | +test_expect_failure PERL 'test tag T_ALL_INITIAL_FILES_BUT_ONE' ' |
67 | 69 |
|
68 | 70 | test_cmp_branch_tree T_ALL_INITIAL_FILES_BUT_ONE
|
69 | 71 |
|
70 | 72 | '
|
71 | 73 |
|
72 |
| -test_expect_failure 'test tag T_MIXED' ' |
| 74 | +test_expect_failure PERL 'test tag T_MIXED' ' |
73 | 75 |
|
74 | 76 | test_cmp_branch_tree T_MIXED
|
75 | 77 |
|
|
0 commit comments