From f20152f65813781204d68ac3578b0c08f7f882e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 26 Mar 2022 23:04:45 +0100 Subject: [PATCH] Fix comments in file transfer CI script --- .github/actions/test-transfer/entrypoint.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/test-transfer/entrypoint.sh b/.github/actions/test-transfer/entrypoint.sh index f9095ea..3b82149 100755 --- a/.github/actions/test-transfer/entrypoint.sh +++ b/.github/actions/test-transfer/entrypoint.sh @@ -1,8 +1,7 @@ #!/bin/bash # -# Test that file transfers work with aquatic_http (with and without TLS) -# aquatic_udp and experimentally aquatic_ws (with TLS). -# +# Test that file transfers work over all protocols. +# # IPv6 is unfortunately disabled by default in Docker # (see sysctl net.ipv6.conf.lo.disable_ipv6)