From 600129df470efe1399947a2022ce5bbdc009b7bb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Jun 2015 17:31:30 +0100 Subject: [PATCH] Test suite: None of the dsd tests can be DEP-8 tested Retain the check for .git in dsd-clone-drs, because we are going to remove this restriction in general, but can't do so for this particular test (which is inapplicable if using an installed package becaue then the source code should come via the package repositories). --- tests/lib | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/lib b/tests/lib index d315c4e0..70ad0b18 100644 --- a/tests/lib +++ b/tests/lib @@ -480,6 +480,16 @@ t-drs () { drs_dispatch=$tmp/distro=test-dummy mkdir $drs_dispatch + + if [ "x$DGIT_TEST_INTREE" = x ]; then + cat >&2 <