From: Ian Jackson Date: Sat, 20 Jun 2015 16:28:45 +0000 (+0100) Subject: Test suite: Use $troot rather than $root/tests twice (nfc) X-Git-Tag: debian/0.30~78 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=a8287b3568a7d563ea9bcfa611275bbee4bce21f Test suite: Use $troot rather than $root/tests twice (nfc) --- diff --git a/tests/lib b/tests/lib index 0b0ae472..d315c4e0 100644 --- a/tests/lib +++ b/tests/lib @@ -475,8 +475,8 @@ t-drs () { t-git-config dgit-distro.test-dummy.git-url "ext::$troot/drs-git-ext %S " t-git-config dgit-distro.test-dummy.git-check true t-git-config dgit-distro.test-dummy.git-create true - cp $root/tests/gnupg/{dd.gpg,dm.gpg,dm.txt} $tmp/. - cp $root/tests/suites $tmp/. + cp $troot/gnupg/{dd.gpg,dm.gpg,dm.txt} $tmp/. + cp $troot/suites $tmp/. drs_dispatch=$tmp/distro=test-dummy mkdir $drs_dispatch