From b3330b4429a85d7e63d6809b9c34fa97f747ef5f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Jul 2017 21:18:29 +0100 Subject: [PATCH] test suite: Test multisuite clone without --rm-on-error. Signed-off-by: Ian Jackson --- debian/changelog | 1 + tests/tests/multisuite | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 686c69cc..ed6dc822 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 d39475be..fe655d02 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 -- 2.30.2