summaryrefslogtreecommitdiff
path: root/tests/tests/ftpmasterapi-http
blob: 82d3c864440de7dd6777ced3c34114a8c0470d3b (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/ftpmasterapi-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