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

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

t-dsd
eval "$DGIT_TEST_DSD_CLONE_DRS_HOOK"

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

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

t-ok