summaryrefslogtreecommitdiff
path: root/tests/tests/import-dsc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/import-dsc')
-rwxr-xr-xtests/tests/import-dsc22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/tests/import-dsc b/tests/tests/import-dsc
index 073ba7b..bdd849c 100755
--- a/tests/tests/import-dsc
+++ b/tests/tests/import-dsc
@@ -72,6 +72,28 @@ git init
check-import $troot/pkg-srcs 1.0-1
+cd ..
+v=1.0-1+absurd
+rm -f ${p}_*
+dsc=$troot/pkg-srcs/${p}_${v}.dsc
+cd $p.2
+
+cp $dsc ..
+t-expect-fail 'it does not exist' \
+check-import .. $v
+
+mkdir ../enoents
+cp $dsc ../enoents
+t-expect-fail 'No such file or directory' \
+check-import ../enoents $v
+
+cd ..
+rm -f ${p}_${v}.dsc
+dget -du file://$dsc
+cd $p.2
+
+check-import .. $v
+
t-expect-fail "Your git tree does not have that object" \
check-import ../mirror/pool/main 1.2 --no-chase-dsc-distro