chiark / gitweb /
git-debrebase: merge: test suite: Drop check of no wreckage save
[dgit.git] / tests / tests / quilt-splitbrains
index 89d9fd393abea374916ecc1e31d7b39764ca90b0..6886cf89652d6a222b0eb3b38aa36df58581af3d 100755 (executable)
@@ -26,18 +26,15 @@ want-success () {
        t-refs-same-start
        t-ref-head
 
-       t-dgit "$@" --quilt=$qmode build-source
+       t-dgit "$@" --quilt=$qmode --dgit-view-save=split.b build-source
 
-       t-dgit "$@" --quilt=$qmode push
+       t-dgit "$@" --quilt=$qmode --dgit-view-save=split.p push
        t-$qmode-pushed-good
 }
 
 
 echo "===== testing tree suitable for --quilt=gbp (only) ====="
 
-t-expect-fail 'grep: new-upstream-file: No such file or directory' \
-t-dgit --quilt=dpm build-source
-
 t-expect-fail 'git tree differs from result of applying' \
 t-dgit -wgf --quilt=dpm build-source
 
@@ -137,4 +134,4 @@ t-commit dpmish-stable 1.0-6 $suite
 
 want-success dpm --new
 
-echo ok.
+t-ok