From: Ian Jackson Date: Mon, 16 Jan 2017 16:00:21 +0000 (+0000) Subject: test suite; drs-push-rejects: Set origin's url X-Git-Tag: archive/debian/3.4~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=6a5bd9349a52be72e3344c02e5337a3bd205939c;ds=sidebyside test suite; drs-push-rejects: Set origin's url Use an ad-hoc expression which produces the right ext:: rune, as dgit would. Closes:#851580. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 5febef88..b3ab01ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ dgit (3.4~) unstable; urgency=medium - * + Test suite: + * drs-push-rejects: Set origin's url to an ad-hoc expression + which produces the right ext:: rune, as dgit would. + Closes:#851580. -- diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects index 4b7de340..afaed4cf 100755 --- a/tests/tests/drs-push-rejects +++ b/tests/tests/drs-push-rejects @@ -10,6 +10,9 @@ t-worktree drs cd $p +git remote set-url origin \ + "ext::$troot/drs-git-ext %S /pari-extra.git" + mustfail () { local mpat="$1"; shift t-expect-push-fail "$mpat" \