]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Skip scp3 tests on all dfly58 and 60 configs.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 15 Aug 2021 02:45:10 +0000 (12:45 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 15 Aug 2021 02:45:10 +0000 (12:45 +1000)
.github/configs

index f6de7d68b259f9e87d67d5c476f63b6a133b57ef..813dd0f790eccad477678c5afe19dc99cb471401 100755 (executable)
@@ -114,7 +114,7 @@ case "$config" in
 esac
 
 case "${TARGET_HOST}" in
-    dfly58|dfly60)
+    dfly58*|dfly60*)
        # scp 3-way connection hangs on these so skip until sorted.
        SKIP_LTESTS=scp3
        ;;