From b007d9a9cec97482f22d932ae39eaa9cf08ba50a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 30 Apr 2023 10:24:05 +0200 Subject: [PATCH] lsns: (tests) skip nsfs test on broken ENOTTY return MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/lsns/nsfs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/lsns/nsfs b/tests/ts/lsns/nsfs index 01456d2928..caa81dc102 100755 --- a/tests/ts/lsns/nsfs +++ b/tests/ts/lsns/nsfs @@ -23,6 +23,7 @@ ts_init "$*" ts_skip_nonroot +ts_check_enotty ts_check_test_command "$TS_CMD_LSNS" ts_check_test_command "$TS_CMD_MOUNT" ts_check_test_command "$TS_CMD_UMOUNT" -- 2.47.2