From d996ff1dc600a9bf9da735c88c70d659a8aae382 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 28 Apr 2023 20:31:43 +0200 Subject: [PATCH] mkswap: (tests) validate existence of truncate command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/mkswap/mkswap | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/mkswap/mkswap b/tests/ts/mkswap/mkswap index fa4856b719..2fa3e0ae99 100755 --- a/tests/ts/mkswap/mkswap +++ b/tests/ts/mkswap/mkswap @@ -27,6 +27,7 @@ ts_check_test_command "$TS_CMD_MKSWAP" ts_check_test_command "$TS_HELPER_SYSINFO" ts_check_prog "xz" ts_check_prog "cmp" +ts_check_prog "truncate" UUID=4c08e1cd-3c82-46bf-a55b-0c3270d6dfeb -- 2.47.3