summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 21:18:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 21:18:30 +0100
commitb3330b4429a85d7e63d6809b9c34fa97f747ef5f (patch)
tree7fb1b45bd2d3db12233e630b6862d5427a4ddcba
parent37679efe82686b5fb1ba4d198c6df41a9e1fa52d (diff)
test suite: Test multisuite clone without --rm-on-error.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog1
-rwxr-xr-xtests/tests/multisuite2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 686c69c..ed6dc82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ dgit (3.11~) unstable; urgency=medium
* infrastructure: Cope with new git-receive-pack which has
quarantine feature: ie, work around #867702.
* test suite: Cope with git restricting ext:: protocols.
+ * test suite: Test multisuite clone without --rm-on-error.
--
diff --git a/tests/tests/multisuite b/tests/tests/multisuite
index d39475b..fe655d0 100755
--- a/tests/tests/multisuite
+++ b/tests/tests/multisuite
@@ -32,7 +32,7 @@ multi-good
cd ..
-t-dgit clone --no-rm-on-error $p stable,unstable ./$p.clone
+t-dgit clone $p stable,unstable ./$p.clone
cd $p.clone