X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftests%2Ftrustingpolicy-replay;h=e0bf334beac8e4b75af47293db0f1e5f215986ad;hb=d45a224aee98c04bf3038dcda9b258ba5abf0d70;hp=4fc3c175bb5383faa81ad29836d13fb757ae2695;hpb=b1dad15471a23b4a60a69de34dd4772da8663262;p=dgit.git diff --git a/tests/tests/trustingpolicy-replay b/tests/tests/trustingpolicy-replay index 4fc3c175..e0bf334b 100755 --- a/tests/tests/trustingpolicy-replay +++ b/tests/tests/trustingpolicy-replay @@ -26,7 +26,7 @@ t-dgit push --deliberately-fresh-repo remote="`git config dgit-distro.test-dummy.git-url`/$p.git" -t-expect-fail 'Replay of previously-rewound upload' \ +t-expect-push-fail 'Replay of previously-rewound upload' \ git push "$remote" \ debian/1.1 \ debian/1.1~0:refs/dgit/sid @@ -47,7 +47,7 @@ prepare-replay () { t-commit "request with $delib that we will replay" t-dgit build - t-expect-fail "policy-hook.*No such file or directory" \ + t-expect-push-fail E:'policy-hook.*No such file or directory' \ t-dgit push $delib t-policy dgit-repos-policy-trusting @@ -58,7 +58,7 @@ prepare-replay () { attempt-replay () { local mpat=$1 git show debian/$replayv | grep -e $delib - t-expect-fail "$mpat" \ + t-expect-push-fail "$mpat" \ git push "$remote" \ debian/$replayv \ +debian/$replayv~0:refs/dgit/sid