From 7aa972091b66cb66b77c44bd9c180161fd2c6977 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Jan 2017 00:08:48 +0000 Subject: test suite: Test --no-chase-dsc-distro Signed-off-by: Ian Jackson --- tests/tests/downstream-gitless | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/tests') diff --git a/tests/tests/downstream-gitless b/tests/tests/downstream-gitless index ab0c259..2433cad 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 -- cgit v1.2.3