chiark / gitweb /
Test dgit-repos-policy-debian with multiple (identical, as it happens) existing taints.
[dgit.git] / tests / tests / dsd-clone-drs
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-restrict x-dgit-intree-only
6 t-restrict x-dgit-git-only
7
8 t-dsd
9
10 cd $tmp
11 t-dgit clone-dgit-repos-server drs-cloned
12
13 cd drs-cloned
14 ls -al infra/dgit-repos-server
15
16 echo ok.