]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (tests) fix typo
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 May 2023 15:25:22 +0000 (17:25 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 May 2023 15:31:42 +0000 (17:31 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/lsfd/column-name

index dba86b9b694f0d303dfb94fafc5df8d8165ce064..5dc491ab3b063397d1508e65d355aea6244f99ad 100755 (executable)
@@ -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