summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-01-19 23:48:35 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-03-05 18:29:03 +0000
commit0c10b5f444e5eb50dcf801a6a3a8aa10b3ad561b (patch)
treeb82dcbe8b550e23c03e4818067cc9cc60ae6f2d0 /tests/lib
parent4e035e6deb0c676422c6bd91f89ae5b8cad985cb (diff)
dgit-repos-server: fixes from testing
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/lib b/tests/lib
index dc0911b..60abb90 100644
--- a/tests/lib
+++ b/tests/lib
@@ -227,9 +227,9 @@ t-git-config () {
t-drs () {
export DGIT_TEST_TROOT=$troot
export DGIT_TEST_TMP=$tmp
- t-git-config dgit-distro.test-dummy.git-url "ext::$troot/drs-git-ext "
- t-git-config dgit-distro.test-dummy.git-check true
- t-git-config dgit-distro.test-dummy.git-create true
+ 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
}
t-drs-test () {
@@ -239,4 +239,3 @@ t-drs-test () {
export ADTTMP=$tmp
exec "${0///drs-//}" "$@"
}
-