X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Fdsd-clone-drs;fp=tests%2Ftests%2Fdsd-clone-drs;h=347416027b8b36ccdf60ab375405272ad7450be5;hb=f7d222ee9782806cd05d7a82595c142096c3bd04;hp=0000000000000000000000000000000000000000;hpb=edb1f92ab38d37b03452ca65e5b8394e512fffe8;p=dgit.git diff --git a/tests/tests/dsd-clone-drs b/tests/tests/dsd-clone-drs new file mode 100755 index 00000000..34741602 --- /dev/null +++ b/tests/tests/dsd-clone-drs @@ -0,0 +1,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.