chiark / gitweb /
git-debrebase: merge: test suite: Check wreckage saving
[dgit.git] / tests / tests / multisuite
index 01585f60fb099a24894c860cc5283c68017e8143..fe655d02b62ce14a61180515e19afb4dcded1563 100755 (executable)
@@ -32,12 +32,16 @@ multi-good
 
 cd ..
 
-t-dgit clone --no-rm-on-error $p stable,unstable ./$p.clone
+t-dgit clone $p stable,unstable ./$p.clone
 
 cd $p.clone
 
 multi-good
 
+t-commit bogus 3.0 stable,unstable
+t-expect-fail "does not support multiple" \
+t-dgit -wgf build
+
 cd ..
 
 t-dgit clone --no-rm-on-error $p stable ./$p.pull
@@ -50,4 +54,4 @@ multi-good
 
 t-has-parent-or-is HEAD $rcombined
 
-echo ok.
+t-ok