summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/import-dsc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests/import-dsc b/tests/tests/import-dsc
index 1a9c701..9d3d9b7 100755
--- a/tests/tests/import-dsc
+++ b/tests/tests/import-dsc
@@ -93,4 +93,7 @@ t-dgit import-dsc $dsc2 +$branch
mb=$(t-git-merge-base merge-reset $branch)
test "x$mb" = x
+t-expect-fail 'signature check failed' \
+t-dgit import-dsc --require-valid-signature $dsc2 +$branch
+
echo ok.