X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Flib;h=7b9de175155708bf979ccf036453d1b0d6d3dbb3;hb=8e4a69d54bb811aabe6eb2b133d142771c30f997;hp=4ddd6d8ac7451d34a5728b759bac0c5a52ef0f64;hpb=210a3e19c0f0e76b71d46c2bd070b90d504231c1;p=dgit.git diff --git a/tests/lib b/tests/lib index 4ddd6d8a..7b9de175 100644 --- a/tests/lib +++ b/tests/lib @@ -53,6 +53,7 @@ tmp=`pwd` t-set-using-tmp +test -f $tmp/.save-env || \ env -0 >$tmp/.save-env ln -f $troot/ssh ssh @@ -1023,7 +1024,9 @@ t-dsd () { } t-policy-admin () { + : '((((((((((((((((((((((((((((((((((((((((' ${DGIT_INFRA_PFX}dgit-repos-admin-debian --repos $tmp/git "$@" + : '))))))))))))))))))))))))))))))))))))))))' } t-policy-nonexist () { @@ -1055,8 +1058,10 @@ t-debpolicy () { } t-policy-periodic () { + : '((((((((((((((((((((((((((((((((((((((((' ${DGIT_REPOS_SERVER_TEST-dgit-repos-server} \ test-dummy $drs_dispatch '' --cron + : '))))))))))))))))))))))))))))))))))))))))' } t-restrict () { @@ -1084,6 +1089,8 @@ t-alt-test () { t-chain-test "${t#*-}" } +t-git-config dgit.default.old-dsc-distro test-dummy + case "$0" in */gnupg) ;; *) t-setup-import gnupg ;;