@@ -65,7 +65,8 @@ test_expect_success "$name" "
65
65
git update-index --add dir/file/file &&
66
66
git commit -m '$name ' &&
67
67
test_must_fail git svn set-tree --find-copies-harder --rmdir \
68
- ${remotes_git_svn} ..mybranch" || true
68
+ ${remotes_git_svn} ..mybranch
69
+ "
69
70
70
71
71
72
name=' detect node change from directory to file #1'
@@ -79,7 +80,8 @@ test_expect_success "$name" '
79
80
git update-index --add -- bar &&
80
81
git commit -m "$name" &&
81
82
test_must_fail git svn set-tree --find-copies-harder --rmdir \
82
- ${remotes_git_svn}..mybranch2' || true
83
+ ${remotes_git_svn}..mybranch2
84
+ '
83
85
84
86
85
87
name=' detect node change from file to directory #2'
@@ -96,7 +98,8 @@ test_expect_success "$name" '
96
98
${remotes_git_svn}..mybranch3 &&
97
99
svn_cmd up "$SVN_TREE" &&
98
100
test -d "$SVN_TREE"/bar/zzz &&
99
- test -e "$SVN_TREE"/bar/zzz/yyy ' || true
101
+ test -e "$SVN_TREE"/bar/zzz/yyy
102
+ '
100
103
101
104
name=' detect node change from directory to file #2'
102
105
test_expect_success " $name " '
@@ -109,7 +112,8 @@ test_expect_success "$name" '
109
112
git update-index --add -- dir &&
110
113
git commit -m "$name" &&
111
114
test_must_fail git svn set-tree --find-copies-harder --rmdir \
112
- ${remotes_git_svn}..mybranch4' || true
115
+ ${remotes_git_svn}..mybranch4
116
+ '
113
117
114
118
115
119
name=' remove executable bit from a file'
@@ -162,7 +166,7 @@ test_expect_success "$name" '
162
166
163
167
name=' modify a symlink to become a file'
164
168
test_expect_success " $name " '
165
- echo git help > help || true &&
169
+ echo git help >help &&
166
170
rm exec-2.sh &&
167
171
cp help exec-2.sh &&
168
172
git update-index exec-2.sh &&
0 commit comments