From: Jeff King Date: Tue, 2 Apr 2013 19:02:53 +0000 (-0400) Subject: t3200: test --set-upstream-to with bogus refs X-Git-Tag: v1.8.3-rc0~98^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8a3e5ecdaa9fc45d7af58eb95bba0f39ca625a8d?ds=inline;hp=8a3e5ecdaa9fc45d7af58eb95bba0f39ca625a8d t3200: test --set-upstream-to with bogus refs These tests pass with the current code, but let's make sure we don't accidentally break the behavior in the future. Note that our tests expect failure when we try to set the upstream to or from a missing branch. Technically we are just munging config here, so we do not need the refs to exist. But seeing that they do exist is a good check that the user has not made a typo. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---