chiark / gitweb /
test suite: Test already-tagged check
[dgit.git] / tests / tests / ftpmasterapi-http
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-archive-none example
6
7 t-dependencies libhttp-server-simple-static-perl
8
9 $troot/http-static-server >$tmp/must-clean/api.port $tmp/aq
10
11 read <$tmp/must-clean/api.port api_port
12
13 t-git-config --global dgit-distro.test-dummy.archive-query ftpmasterapi:
14 t-git-config --global dgit-distro.test-dummy.archive-query-url \
15    http://127.0.0.1:$api_port/
16
17 t-dgit archive-api-query suites
18
19 t-ok