From 27bb9f8d1f714faff56c796e409438530dc2f827 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jul 2019 17:44:40 +0100 Subject: [PATCH] test suite: tagupl: Test some wrong tag names Signed-off-by: Ian Jackson --- tests/tests/tagupl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/tests/tagupl b/tests/tests/tagupl index e1f43917..d6044133 100755 --- a/tests/tests/tagupl +++ b/tests/tests/tagupl @@ -67,6 +67,14 @@ expect-quit () { grep ": $mstring" ../tagupl/overall.log } +tagname=test-dummy/1.2 +t-expect-fail E:'failed command: git fetch' \ +t-tagupl-run-drs + +tagname=splorf/$v ; expect-quit baddistro '' 'tag name not for us' +tagname=test-dummy/1,2; expect-quit badver '' 'tag name not for us' +tagname=test-dummy/$v + expect-quit noplease s/please-upload/plunk/ 'tag missing please-upload' t-ok -- 2.30.2