From: Masatake YAMATO Date: Tue, 4 Mar 2025 19:39:12 +0000 (+0900) Subject: tests: (lsns/nsfs) check test_sysinfo helper X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f39d142bfea2471ea94cb17de884642e8fcbc880;p=thirdparty%2Futil-linux.git 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 --- 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"