summaryrefslogtreecommitdiff
path: root/tests/tests/dsd-clone-drs
blob: 347416027b8b36ccdf60ab375405272ad7450be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
set -e
. tests/lib
if ! test -d $root/.git; then
	echo >&2 'not running out of git clone, cannot test self-clone'
	exit 0
fi

t-dsd

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

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

echo ok.