From 24076608e1b3443c3645ad207199aeb274f080e2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 16 Nov 2013 16:50:29 +0000 Subject: autopkgtests: Provide tests/lib, and one pari-extra based clone test. --- tests/tests/clone-nogit | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 tests/tests/clone-nogit (limited to 'tests/tests') diff --git a/tests/tests/clone-nogit b/tests/tests/clone-nogit new file mode 100755 index 0000000..746dc69 --- /dev/null +++ b/tests/tests/clone-nogit @@ -0,0 +1,15 @@ +#!/bin/bash +set -e +. tests/lib + +t-git none +t-archive pari-extra 3-1 + +t-dgit clone $p + +t-diff-nogit extract/$p-3 $p +cd $p +t-clean-on-branch dgit/sid +t-refs-same HEAD remotes/dgit/dgit/sid + +echo ok -- cgit v1.2.3