chiark / gitweb /
autopkgtests: Provide tests/lib, and one pari-extra based clone test.
[dgit.git] / tests / tests / clone-nogit
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-git none
6 t-archive pari-extra 3-1
7
8 t-dgit clone $p
9
10 t-diff-nogit extract/$p-3 $p
11 cd $p
12 t-clean-on-branch dgit/sid
13 t-refs-same HEAD remotes/dgit/dgit/sid
14
15 echo ok