From 9955af7c6e647780ce4aa0ac25f0357c1cb36344 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Aug 2019 11:10:44 +0100 Subject: [PATCH] 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 --- tests/{ftpmasterapi-static-server => http-static-server} | 2 +- tests/tests/ftpmasterapi-http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/{ftpmasterapi-static-server => http-static-server} (97%) diff --git a/tests/ftpmasterapi-static-server b/tests/http-static-server similarity index 97% rename from tests/ftpmasterapi-static-server rename to tests/http-static-server index f218cff9..f2f7cd0d 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 82d3c864..818a974a 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 -- 2.30.2