chiark / gitweb /
test suite: Rename http-static-server from ftpmasterapi-
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Aug 2019 10:10:44 +0000 (11:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Aug 2019 23:09:28 +0000 (00:09 +0100)
We are going to use this for other things too.

No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/http-static-server [moved from tests/ftpmasterapi-static-server with 97% similarity]
tests/tests/ftpmasterapi-http

similarity index 97%
rename from tests/ftpmasterapi-static-server
rename to tests/http-static-server
index f218cff9a0ceb33d16c360fa649b11f4c003e163..f2f7cd0de17ae3bf11e80520bcee0672145e0eea 100755 (executable)
@@ -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.
index 82d3c864440de7dd6777ced3c34114a8c0470d3b..818a974af3f7c5de3b7a3141161a6bc430f53b75 100755 (executable)
@@ -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