From: Masatake YAMATO Date: Fri, 27 Dec 2024 04:30:18 +0000 (+0900) Subject: tests: (lsfd-functions.bash) add a missing constant X-Git-Tag: v2.42-start~106^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec55fe96e0970dc0a8bbc7421e7a6e6845686730;p=thirdparty%2Futil-linux.git tests: (lsfd-functions.bash) add a missing constant Signed-off-by: Masatake YAMATO --- diff --git a/tests/ts/lsfd/lsfd-functions.bash b/tests/ts/lsfd/lsfd-functions.bash index 1ad2d564a..dda315d95 100644 --- a/tests/ts/lsfd/lsfd-functions.bash +++ b/tests/ts/lsfd/lsfd-functions.bash @@ -21,6 +21,7 @@ readonly ENOPROTOOPT=19 readonly EPROTONOSUPPORT=20 readonly EACCES=21 readonly ENOENT=22 +readonly ENOSYS=23 function lsfd_wait_for_pausing { ts_check_prog "sleep"