summaryrefslogtreecommitdiff
path: root/tests/tests/ftpmasterapi-http
blob: 818a974af3f7c5de3b7a3141161a6bc430f53b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
set -e
. tests/lib

t-archive-none example

t-dependencies libhttp-server-simple-static-perl

$troot/http-static-server >$tmp/must-clean/api.port $tmp/aq

read <$tmp/must-clean/api.port api_port

t-git-config --global dgit-distro.test-dummy.archive-query ftpmasterapi:
t-git-config --global dgit-distro.test-dummy.archive-query-url \
   http://127.0.0.1:$api_port/

t-dgit archive-api-query suites

t-ok