summaryrefslogtreecommitdiff
path: root/tests
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
parent4e035e6deb0c676422c6bd91f89ae5b8cad985cb (diff)
dgit-repos-server: fixes from testing
Diffstat (limited to 'tests')
-rwxr-xr-xtests/drs-git-ext2
-rw-r--r--tests/lib7
2 files changed, 4 insertions, 5 deletions
diff --git a/tests/drs-git-ext b/tests/drs-git-ext
index abb2bc8..f783705 100755
--- a/tests/drs-git-ext
+++ b/tests/drs-git-ext
@@ -10,5 +10,5 @@ ${DGIT_REPOS_SERVER_TEST-dgit-repos-server} \
$tmp/suites \
$tmp/dd.gpg,a:$tmp/dm.gpg,m$tmp/dm.txt \
$troot/git \
- --sssh
+ --ssh
: '))))))))))))))))))))))))))))))))))))))))'
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-//}" "$@"
}
-