chiark / gitweb /
Test suite: inarchivecopy: More work
[dgit.git] / tests / tests / inarchivecopy
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-restrict x-dgit-unfinished
6
7 t-setup-import examplegit
8
9 cd $p
10 git show-ref >../t
11 cd ..
12
13 egrep '^1\.3' aq/package.sid.$p >>aq/package.stable.example
14
15 t-archive-updated stable $p
16
17 t-dgit clone $p stable foo
18
19 cd $p
20
21 t-dgit fetch stable
22
23 xxx rest of test