The commit in the fixes tag erronously changed the
`--disable-epsv` argument to `--disable-eps`, which does
not exist.
Curiously the version of curl in the GitHub Actions images
appears to accept the abbreviated option, whereas more recent
versions of curl will fail with a hard error code 2.
Fixes: 249a9b56e2b2 ("system-traffic: Fix syntax errors in FTP and IPv6 curl
calls.")
Signed-off-by: Frode Nordahl <[email protected]>
---
tests/system-common-macros.at | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/system-common-macros.at b/tests/system-common-macros.at
index a8093ec4e..7f029dbb0 100644
--- a/tests/system-common-macros.at
+++ b/tests/system-common-macros.at
@@ -280,7 +280,7 @@ m4_define([OVS_GET_HTTP],
#
m4_define([OVS_GET_FTP],
[curl ftp://$1 --retry 3 --max-time 1 --retry-connrefused \
- --disable-eps -v $2]
+ --disable-epsv -v $2]
)
# OVS_GET_FTP_ACTIVE([url], [optional_curl_arguments])
--
2.43.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev