From f39d142bfea2471ea94cb17de884642e8fcbc880 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 5 Mar 2025 04:39:12 +0900 Subject: [PATCH] tests: (lsns/nsfs) check test_sysinfo helper This check was missed though the command was used in the test case. Signed-off-by: Masatake YAMATO --- tests/ts/lsns/nsfs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/lsns/nsfs b/tests/ts/lsns/nsfs index e9c1910d7..3401fb301 100755 --- a/tests/ts/lsns/nsfs +++ b/tests/ts/lsns/nsfs @@ -27,6 +27,7 @@ ts_check_enotty ts_check_test_command "$TS_CMD_LSNS" ts_check_test_command "$TS_CMD_MOUNT" ts_check_test_command "$TS_CMD_UMOUNT" +ts_check_test_command "$TS_HELPER_SYSINFO" ts_check_prog "ip" ts_check_prog "dd" ts_check_prog "touch" -- 2.47.3