summaryrefslogtreecommitdiff
path: root/tests/tests/trustingpolicy-replay
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/trustingpolicy-replay')
-rwxr-xr-xtests/tests/trustingpolicy-replay6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests/trustingpolicy-replay b/tests/tests/trustingpolicy-replay
index 79674fe..e0bf334 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