]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (lsns/nsfs) check test_sysinfo helper
authorMasatake YAMATO <yamato@redhat.com>
Tue, 4 Mar 2025 19:39:12 +0000 (04:39 +0900)
committerKarel Zak <kzak@redhat.com>
Thu, 6 Mar 2025 08:32:49 +0000 (09:32 +0100)
This check was missed though the command was used in
the test case.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
(cherry picked from commit f39d142bfea2471ea94cb17de884642e8fcbc880)

tests/ts/lsns/nsfs

index e9c1910d784cfa17fa9e9df0a000ff8671678c53..3401fb30125730b45e80d828fadb7e391bfaf3c2 100755 (executable)
@@ -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"