From 0c10b5f444e5eb50dcf801a6a3a8aa10b3ad561b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Jan 2014 23:48:35 +0000 Subject: dgit-repos-server: fixes from testing --- tests/lib | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests/lib') 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-//}" "$@" } - -- cgit v1.2.3