summaryrefslogtreecommitdiff
path: root/tests/tests/dsd-clone-drs
blob: 16bfa2eaa87886326c23d7e9e9708a0fb1d41ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
set -e
. tests/lib

t-restrict x-dgit-intree-only
t-restrict x-dgit-git-only

t-dsd

cd $tmp
t-dgit clone-dgit-repos-server drs-cloned

cd drs-cloned
ls -al infra/dgit-repos-server

echo ok.