chiark / gitweb /
tests: import-dsc: Test corrupted ENV (#950446)
[dgit.git] / tests / tests / alternating-dgit
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-setup-import examplegit
6 t-setup-import http-git-check
7
8 cd $p
9
10 git checkout -b nondgit
11 t-commit 'non-dgit upload'
12 t-non-dgit-upload
13
14 cd ..
15
16 t-dgit clone $p ./$p.2
17 cd $p.2
18
19 t-commit 'now a dgit upload again'
20
21 t-dgit -wgf push-source
22 t-refs-same-start
23 t-pushed-good dgit/sid
24
25 t-ok