X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Ftrustingpolicy-replay;fp=tests%2Ftests%2Ftrustingpolicy-replay;h=e0bf334beac8e4b75af47293db0f1e5f215986ad;hb=073ebedd6e45939fe879e1f8a74abf74181bbe40;hp=79674fefda2fce29ce48129dab5027bb407ae22b;hpb=f97a00d63b1d302cb23c5ffb090efea80fd8d42f;p=dgit.git diff --git a/tests/tests/trustingpolicy-replay b/tests/tests/trustingpolicy-replay index 79674fef..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 E:'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