summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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