chiark / gitweb /
test suite: Introduce t-ok.
[dgit.git] / tests / tests / dsd-clone-drs
index 347416027b8b36ccdf60ab375405272ad7450be5..4346579a8dd4f76d48b3689ca87fa1144dc6e236 100755 (executable)
@@ -1,10 +1,9 @@
 #!/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-restrict x-dgit-intree-only
+t-restrict x-dgit-git-only
 
 t-dsd
 
@@ -14,4 +13,4 @@ t-dgit clone-dgit-repos-server drs-cloned
 cd drs-cloned
 ls -al infra/dgit-repos-server
 
-echo ok.
+t-ok