From: Ian Jackson Date: Mon, 9 Jan 2017 00:08:48 +0000 (+0000) Subject: test suite: Test --no-chase-dsc-distro X-Git-Tag: archive/debian/3.0~38 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=7aa972091b66cb66b77c44bd9c180161fd2c6977 test suite: Test --no-chase-dsc-distro Signed-off-by: Ian Jackson --- diff --git a/tests/tests/downstream-gitless b/tests/tests/downstream-gitless index ab0c2593..2433cad3 100755 --- a/tests/tests/downstream-gitless +++ b/tests/tests/downstream-gitless @@ -87,7 +87,12 @@ git init t-dgit import-dsc $dscf +x t-ref-same refs/heads/x git show x | grep Spong -cd .. +t-expect-fail 'Your git tree does not have that object' \ +t-dgit --no-chase-dsc-distro import-dsc $dscf +y + +cd ../$p +t-dgit --no-chase-dsc-distro import-dsc $dscf +y +git show y | grep Sid t-ok