We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c007ae commit ebe8621Copy full SHA for ebe8621
1 file changed
t/t5400-send-pack.sh
@@ -190,7 +190,7 @@ test_expect_success 'pushing explicit refspecs respects forcing' '
190
+refs/heads/master:refs/heads/master
191
) &&
192
parent_head=$(cd parent && git rev-parse --verify master) &&
193
- child_head=$(cd parent && git rev-parse --verify master) &&
+ child_head=$(cd child && git rev-parse --verify master) &&
194
test "$parent_head" = "$child_head"
195
'
196
@@ -210,7 +210,7 @@ test_expect_success 'pushing wildcard refspecs respects forcing' '
210
"+refs/heads/*:refs/heads/*"
211
212
213
214
215
216
0 commit comments