summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 14:34:57 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 14:36:27 +0000
commit0026f041d9735826170c8fa568e32f04c0d4ca12 (patch)
tree7d9202b22a779320e880025d9c044f26dbd21539
parent7c46c74441fe07ede753915a7e9e3b0c135a051f (diff)
Test suite: Test --new in split brain mode
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xtests/tests/quilt-splitbrains6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests/quilt-splitbrains b/tests/tests/quilt-splitbrains
index 1e853f3..89d9fd3 100755
--- a/tests/tests/quilt-splitbrains
+++ b/tests/tests/quilt-splitbrains
@@ -2,6 +2,8 @@
set -e
. tests/lib
+suitespecs+=' stable'
+
# This test script tests each of the split brain quilt modes, and
# --quilt=linear, with a tree suitable for each of those, and pushes
# them in sequence. The idea is to check that each tree is rejected
@@ -130,5 +132,9 @@ t-dgit -wgf build-source
want-success dpm
+suite=stable
+t-commit dpmish-stable 1.0-6 $suite
+
+want-success dpm --new
echo ok.