chiark / gitweb /
autopkgtests: fetch-somegit-notlast: new test
[dgit.git] / tests / tests / fetch-somegit-notlast
diff --git a/tests/tests/fetch-somegit-notlast b/tests/tests/fetch-somegit-notlast
new file mode 100755 (executable)
index 0000000..3943512
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+set -e
+. tests/lib
+
+t-git pari-extra 3-1
+t-archive pari-extra 3-2~dummy1
+
+t-dgit clone $p
+cd $p
+
+t-cloned-fetched-good
+t-has-ancestor debian/3-1
+
+echo ok