From 461ac887006c3e2e4e430f9cca41c0fe2fa0a8fc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 29 Sep 2018 11:19:45 +0100 Subject: test suite: New restriction x-dgit-out-of-tree-only This is filtered out of debian/tests/control, but honoured in-tree. Signed-off-by: Ian Jackson --- tests/lib-restricts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/lib-restricts') diff --git a/tests/lib-restricts b/tests/lib-restricts index dfaaa25..5d32288 100644 --- a/tests/lib-restricts +++ b/tests/lib-restricts @@ -6,6 +6,12 @@ t-restriction-x-dgit-intree-only () { return 1 } +t-restriction-x-dgit-out-of-tree-only () { + if [ "x$DGIT_TEST_INTREE" = x ]; then return 0; fi + echo 'running out of development tree' + return 1 +} + t-restriction-x-dgit-git-only () { if test -d .git; then return 0; fi echo 'not running out of git clone' -- cgit v1.2.3