summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 01:49:55 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 16:33:23 +0100
commitce6c1132ed0bc49b51321fb725485cde00c226e1 (patch)
tree475beb75ea4f585fc4b19c8e2206044665c04d74 /tests
parent6eed28291838da47e4eeebe9ef440fc91d61ac10 (diff)
test suite: gdr-makepatches7: Test dgit with missing git-debrebase
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/gdr-makepatches74
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests/gdr-makepatches7 b/tests/tests/gdr-makepatches7
index 59960e7..9356987 100755
--- a/tests/tests/gdr-makepatches7
+++ b/tests/tests/gdr-makepatches7
@@ -30,8 +30,12 @@ t-git-debrebase
t-expect-fail 'dgit: failed command: false' \
t-dgit -wgf --git-debrebase=false quilt-fixup
+git branch before-gdr-true
t-dgit -wgf --git-debrebase=true quilt-fixup
+git reset --hard before-gdr-true
+t-dgit -wgf --git-debrebase=no-such-command-exists quilt-fixup
+
t-some-changes for-make-patches-fails-then-dgit-fixup m
t-expect-fail 'Patch export produced patch amendments' \