From 6b80acf28a4dab17b1776b25805b26888f5791aa Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 4 Aug 2014 02:12:05 +0100 Subject: [PATCH] Fix "tests: drs-push-rejects: test unknown suite" We have to reset $tmp/suites or the remaining elements of this test script will fail. --- tests/tests/drs-push-rejects | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.30.2