chiark / gitweb /
test suite: checkout: Check we end up on the right branch each time
[dgit.git] / tests / tests / clone-nogit
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-archive pari-extra 3-1
6 t-git-none
7
8 t-dgit clone $p
9
10 cd $p
11 t-cloned-fetched-good
12
13 v=3-2~dummy1
14 t-apply-diff 3-1 $v
15 debcommit -a
16
17 t-refs-same-start
18 t-ref-head
19
20 t-dgit --dpkg-buildpackage:-d build
21 t-dgit push
22
23 t-pushed-good dgit/sid
24
25 t-ok