From: Ian Jackson Date: Sat, 6 Jul 2019 17:37:21 +0000 (+0100) Subject: test suite: tagupl: A few more error case tests X-Git-Tag: archive/debian/9.1~34 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=fc46a9b33c6b82123721d6e025329717ae6c0e16 test suite: tagupl: A few more error case tests Signed-off-by: Ian Jackson --- diff --git a/tests/tests/tagupl b/tests/tests/tagupl index 7d716fe4..929153b3 100755 --- a/tests/tests/tagupl +++ b/tests/tests/tagupl @@ -103,6 +103,23 @@ expect-email unkinfo 's/^\[dgit please-upload/$& Rejectme/' \ expect-quit unkdistro 's/test-dummy/ubuntu/ if m/^\[dgit/' \ 'not for this distro' +expect-email notsplit 's/ split / no-split /' 'reject: missing "split"' + +expect-email upsnot1 's/ upstream=/ uxstream=/' \ + 'reject: upstream tag and not commitish' + +expect-email upsnot2 's/ upstream-tag=/ uxstream-tag=/' \ + 'reject: upstream tag and not commitish' + +expect-email bupstag1 's/ upstream-tag=/$&:/' \ + "failed command: git check-ref-format" + +expect-email bupstag2 's/ upstream-tag=/$&x/' \ + "Couldn't find remote ref refs/tags/xupstream" + +expect-email upsmism 's/ upstream=/$&3/' \ + "but tag refers to" + # we are going to trash $p because it will contain corrupted objects # which makes our end-of-test fsck fail cp -al ../$p ../$p.save