summaryrefslogtreecommitdiff
path: root/tests/tests/clone-nogit
blob: 7d33b5fadd4a46228f724943263c0e1ee3053586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
set -e
. tests/lib

t-archive pari-extra 3-1
t-git-none

t-dgit clone $p

cd $p
t-cloned-fetched-good

v=3-2~dummy1
t-apply-diff 3-1 $v
debcommit -a

t-dgit --dpkg-buildpackage:-d build
t-dgit push

t-pushed-good dgit/sid

echo ok.