From: Thomas Weißschuh Date: Wed, 31 May 2023 15:25:22 +0000 (+0200) Subject: lsfd: (tests) fix typo X-Git-Tag: v2.39.1~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bfc285fa0d8e0d764e52151f95cebd3ba31719f;p=thirdparty%2Futil-linux.git lsfd: (tests) fix typo Signed-off-by: Thomas Weißschuh --- diff --git a/tests/ts/lsfd/column-name b/tests/ts/lsfd/column-name index dba86b9b69..5dc491ab3b 100755 --- a/tests/ts/lsfd/column-name +++ b/tests/ts/lsfd/column-name @@ -66,7 +66,7 @@ for C in ro-regular-file pidfd socketpair; do wait "${MKFDS_PID}" if [ "$C-$?" == "pidfd-$ENOSYS" ]; then ts_skip_subtest "pidfd_open(2) is not available" - contiue + continue fi ts_finalize_subtest done