chiark / gitweb /
dgit: HEAD/.dsc mismatch error: Much better message
[dgit.git] / tests / tests / quilt-gbp
index 085ef03a6aac4413261ac8bc5300c90eda1973d4..fe68222c149d74fc42a7fa973870249eb2352687 100755 (executable)
@@ -16,18 +16,18 @@ t-newtag
 
 t-dgit --quilt=gbp build-source
 
-t-dgit --quilt=gbp --gbp=no-such-command-gbp build-source
+t-dgit --quilt=gbp --gbp-pq=no-such-command-gbp build-source
 
 echo spong >debian/pointless-for-dgit-test
 git add debian/pointless-for-dgit-test
 git commit -m Pointless
 
 t-expect-fail no-such-command-gbp \
-t-dgit --quilt=gbp --clean=git --gbp=no-such-command-gbp build-source
+t-dgit --quilt=gbp --clean=git --gbp-pq=no-such-command-gbp build-source
 
 t-dgit --quilt=gbp --clean=git build-source
 
-t-expect-fail 'specifies a different tree to your HEAD commit' \
+t-expect-fail "HEAD specifies a different tree to $p" \
   t-dgit push
 
 test-push () {