From: Ian Jackson Date: Mon, 4 Aug 2014 01:12:05 +0000 (+0100) Subject: Fix "tests: drs-push-rejects: test unknown suite" X-Git-Tag: debian/0.22~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=6b80acf28a4dab17b1776b25805b26888f5791aa;ds=sidebyside Fix "tests: drs-push-rejects: test unknown suite" We have to reset $tmp/suites or the remaining elements of this test script will fail. --- diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects index fdd390df..f6f88829 100755 --- a/tests/tests/drs-push-rejects +++ b/tests/tests/drs-push-rejects @@ -128,6 +128,7 @@ prep unstable sid mktag echo woody >$tmp/suites mustfail 'unknown suite' $push_spec +cp $root/tests/suites $tmp/. # fixme: # or reject "command string not understood";