From: Ian Jackson Date: Sun, 17 Nov 2013 13:56:25 +0000 (+0000) Subject: autopkgtests: fix t-git-none, provide dummy (empty) gnupg X-Git-Tag: debian/0.19~26 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=d6156841cf81c364e2c7f1b16e74bfb64cf8afe2 autopkgtests: fix t-git-none, provide dummy (empty) gnupg --- diff --git a/tests/lib b/tests/lib index 509989a1..baf3e462 100644 --- a/tests/lib +++ b/tests/lib @@ -18,11 +18,18 @@ tmp=`pwd` export DGIT_TEST_DUMMY_DIR=$tmp ln $troot/ssh ssh +mkdir $tmp/gnupg +export GNUPGHOME=$tmp/gnupg + t-git () { mkdir -p git cp -al $troot/git-srcs/$1 git/. } +t-git-none () { + mkdir -p git +} + t-archive () { p=$1 mkdir -p aq mirror diff --git a/tests/tests/clone-nogit b/tests/tests/clone-nogit index 746dc69c..d73b826b 100755 --- a/tests/tests/clone-nogit +++ b/tests/tests/clone-nogit @@ -2,7 +2,7 @@ set -e . tests/lib -t-git none +t-git-none t-archive pari-extra 3-1 t-dgit clone $p