From 399c708ec36a98ac6126ad0ae07991c111b095cb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 23 Jun 2015 13:23:28 +0100 Subject: Test suite: Make dsd-clone-drs test a no-op in installed package mode --- tests/tests/dsd-clone-drs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/tests/dsd-clone-drs b/tests/tests/dsd-clone-drs index 3474160..aa162bb 100755 --- a/tests/tests/dsd-clone-drs +++ b/tests/tests/dsd-clone-drs @@ -1,6 +1,12 @@ #!/bin/bash set -e . tests/lib + +if [ "x$DGIT_TEST_INTREE" = x ]; then + echo >&2 'running installed package version, cannot test self-clone' + exit 0 +fi + if ! test -d $root/.git; then echo >&2 'not running out of git clone, cannot test self-clone' exit 0 -- cgit v1.2.3