summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-08-08 11:10:44 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-08-11 00:09:28 +0100
commit9955af7c6e647780ce4aa0ac25f0357c1cb36344 (patch)
tree63a002e84d6efa77cc892a55ea77c5e4259494a1
parent8424a881180e9633495f2fbcf27e6bb28fa9d62d (diff)
test suite: Rename http-static-server from ftpmasterapi-
We are going to use this for other things too. No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xtests/http-static-server (renamed from tests/ftpmasterapi-static-server)2
-rwxr-xr-xtests/tests/ftpmasterapi-http2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ftpmasterapi-static-server b/tests/http-static-server
index f218cff..f2f7cd0 100755
--- a/tests/ftpmasterapi-static-server
+++ b/tests/http-static-server
@@ -18,7 +18,7 @@
#
# invocation protocol:
#
-# ftpmasterapi-static-server >port-file tests/tmp/$thing/aq
+# http-static-server >port-file tests/tmp/$thing/aq
#
# Will write the allocated port number to port-file.
# Then we fork and the parent exits 0.
diff --git a/tests/tests/ftpmasterapi-http b/tests/tests/ftpmasterapi-http
index 82d3c86..818a974 100755
--- a/tests/tests/ftpmasterapi-http
+++ b/tests/tests/ftpmasterapi-http
@@ -6,7 +6,7 @@ t-archive-none example
t-dependencies libhttp-server-simple-static-perl
-$troot/ftpmasterapi-static-server >$tmp/must-clean/api.port $tmp/aq
+$troot/http-static-server >$tmp/must-clean/api.port $tmp/aq
read <$tmp/must-clean/api.port api_port