chiark / gitweb /
test suite: protocol-compat: New test (wip)
[dgit.git] / tests / tests / protocol-compat
diff --git a/tests/tests/protocol-compat b/tests/tests/protocol-compat
new file mode 100755 (executable)
index 0000000..47074d5
--- /dev/null
@@ -0,0 +1,40 @@
+#!/bin/bash
+set -e
+. tests/lib
+. $troot/lib-reprepro
+
+t-setup-import examplegit
+t-tstunt-parsechangelog
+
+prep () {
+       dscf=$tmp/mirror/pool/main/example_$v.dsc
+}
+
+check () {
+       t-archive-none $p
+       t-archive-query $suite
+
+       t-dgit clone $p stable $p.cloned
+       cd $p.cloned
+       t-ref-head
+
+       t-dgit import-dsc $dscf +imported
+       t-ref-same refs/heads/imported
+       cd ..
+}
+
+: ---------- older ----------
+
+suite=stable
+v=1.2
+
+prep
+
+perl -i -pe 's/^(Dgit: \w+).*/$1/' $dscf
+
+dgit_config_debian_alias='-cdgit-distro.debian.alias-canon=test-dummy'
+# old Dgit fields are supposed to mean Debian
+
+check
+
+#t-ok