X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Fmultisuite;h=fe655d02b62ce14a61180515e19afb4dcded1563;hb=d436b26183c219a8633f84aa39cf991fd8b6de4d;hp=01585f60fb099a24894c860cc5283c68017e8143;hpb=25a9e1e9ae67689ea8c29cdf13713e578b3ca476;p=dgit.git diff --git a/tests/tests/multisuite b/tests/tests/multisuite index 01585f60..fe655d02 100755 --- a/tests/tests/multisuite +++ b/tests/tests/multisuite @@ -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