chiark / gitweb /
Test suite: Provide reprepro test (for aptget method)
[dgit.git] / tests / tests / clone-reprepro
diff --git a/tests/tests/clone-reprepro b/tests/tests/clone-reprepro
new file mode 100755 (executable)
index 0000000..1313289
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/bash
+set -e
+. tests/lib
+. $troot/lib-reprepro
+
+t-dependencies reprepro
+t-reprepro
+
+t-archive example 1.0-1
+t-git-none
+
+t-dgit clone $p
+
+cd $p
+t-cloned-fetched-good
+
+echo ok.