diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/openssh-8.8_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-8.8_p1.ebuild b/net-misc/openssh/openssh-8.8_p1.ebuild index a0557e249c1c..064bb4adcd3a 100644 --- a/net-misc/openssh/openssh-8.8_p1.ebuild +++ b/net-misc/openssh/openssh-8.8_p1.ebuild @@ -174,7 +174,7 @@ src_prepare() { "${S}"/version.h || die "Failed to sed-in SCTP patch version" PATCHSET_VERSION_MACROS+=( 'SSH_SCTP' ) - einfo "Disabling know failing test (cfgparse) caused by SCTP patch ..." + einfo "Disabling known failing test (cfgparse) caused by SCTP patch ..." sed -i \ -e "/\t\tcfgparse \\\/d" \ "${S}"/regress/Makefile || die "Failed to disable known failing test (cfgparse) caused by SCTP patch" |