Junio C Hamano wrote: >> diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh >> index fd0a81e..93e11c8 100755 >> --- a/t/t5505-remote.sh >> +++ b/t/t5505-remote.sh >> @@ -702,27 +702,42 @@ test_expect_success 'migrate a remote from named file in $GIT_DIR/branches' ' >> ) >> ' >> >> -test_expect_success 'remote prune to cause a dangling symref' ' >> +test_expect_success 'migrate a remote from named file in $GIT_DIR/branches (2)' ' >> git clone one seven && >> + origin_url=$(pwd)/one && > > The variable assigned here does not seem to get used. Is this needed? Silly error carried over from copy-pasting. Fixed. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html