summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-20 17:28:45 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-20 17:28:45 +0100
commita8287b3568a7d563ea9bcfa611275bbee4bce21f (patch)
treef23575150c70042f5c83e42373ac5e7752cd768b
parente81d275459a9414975c97cf6958b8a968062c496 (diff)
Test suite: Use $troot rather than $root/tests twice (nfc)
-rw-r--r--tests/lib4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib b/tests/lib
index 0b0ae47..d315c4e 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