summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests/unrepresentable5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable
index 62ba3dd..76dfdaf 100755
--- a/tests/tests/unrepresentable
+++ b/tests/tests/unrepresentable
@@ -79,6 +79,11 @@ finish () {
LATE-EP:*)
# quilt-fixup and dpkg-source succeeded, but dgit push failed.
# This is rather a poor outcome.
+ case "$DGIT_TEST_TESTNAME" in
+ *-single-dpkg) ;;
+ *) fail 'push failure, other than with single-debina-patch' ;;
+ esac
+
wrongmsg="${expected#*:}"
badly-late-raw "E:$wrongmsg.*: $path"
;;