File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ test_expect_success 'pushing explicit refspecs respects forcing' '
190
190
+refs/heads/master:refs/heads/master
191
191
) &&
192
192
parent_head=$(cd parent && git rev-parse --verify master) &&
193
- child_head=$(cd parent && git rev-parse --verify master) &&
193
+ child_head=$(cd child && git rev-parse --verify master) &&
194
194
test "$parent_head" = "$child_head"
195
195
'
196
196
@@ -210,7 +210,7 @@ test_expect_success 'pushing wildcard refspecs respects forcing' '
210
210
"+refs/heads/*:refs/heads/*"
211
211
) &&
212
212
parent_head=$(cd parent && git rev-parse --verify master) &&
213
- child_head=$(cd parent && git rev-parse --verify master) &&
213
+ child_head=$(cd child && git rev-parse --verify master) &&
214
214
test "$parent_head" = "$child_head"
215
215
'
216
216
You can’t perform that action at this time.
0 commit comments