summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-03 17:20:16 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-03 20:14:26 +0100
commit7d313a9c9f9bbe30d865b34a70e390804c863455 (patch)
treee5261cfc64ecaa91443ef7065f3fa3994c799a4b /tests/tests
parent05c51f36fed13475444083e587554557a3c8de12 (diff)
dgit: unrepresentable check: Remove BUILD: outcome case
This represents a poor outcome which happily no longer occurs. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/unrepresentable12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable
index 9e8053f..62ba3dd 100755
--- a/tests/tests/unrepresentable
+++ b/tests/tests/unrepresentable
@@ -39,11 +39,6 @@ badly-raw () {
t-expect-fail "$1" \
quilt-fixup
}
-badly-build-raw () {
- quilt-fixup
- t-expect-fail "$1" \
- build-source
-}
badly-late-raw () {
quilt-fixup
build-source
@@ -81,13 +76,6 @@ finish () {
badly-raw E:"cannot represent change: $wrongmsg .*: $path"
;;
- BUILD:*)
- # quilt-fixup succeeded, but dpkg-source failed.
- # This is rather a poor outcome.
- wrongmsg="${expected#*:}"
- badly-build-raw "E:$wrongmsg"
- ;;
-
LATE-EP:*)
# quilt-fixup and dpkg-source succeeded, but dgit push failed.
# This is rather a poor outcome.