summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/tagupl17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/tests/tagupl b/tests/tests/tagupl
index 7d716fe..929153b 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