chiark / gitweb /
test suite; drs-push-rejects: Set origin's url
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 16 Jan 2017 16:00:21 +0000 (16:00 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 16 Jan 2017 16:01:16 +0000 (16:01 +0000)
Use an ad-hoc expression which produces the right ext:: rune, as dgit
would.

Closes:#851580.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
tests/tests/drs-push-rejects

index 5febef88506180287207823b6a00a8f7c5db5bda..b3ab01ec395c39e050c50c7ca03ddc1eef7616d3 100644 (file)
@@ -1,6 +1,9 @@
 dgit (3.4~) unstable; urgency=medium
 
 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.
 
  --
 
 
  --
 
index 4b7de3408c9496137f609dfdf0ec1a6743a594d3..afaed4cf248cb0c76f4f2bd6166379159655d089 100755 (executable)
@@ -10,6 +10,9 @@ t-worktree drs
 
 cd $p
 
 
 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" \
 mustfail () {
        local mpat="$1"; shift
        t-expect-push-fail "$mpat" \