commit | 8a3e5ecdaa9fc45d7af58eb95bba0f39ca625a8d | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Tue Apr 02 15:02:53 2013 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 02 16:14:06 2013 -0700 |
tree | 1624bbeeb1f2812974ecc6348a2e4cacd31a10d2 | |
parent | 961c5129d53554d4d71003899fab8dda846d7c2a [diff] |
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>