From d4d2b0850b46e4ec5a3d7bce63e077dc2c1a0f95 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Tue, 26 Sep 2023 14:29:06 -0400 Subject: [PATCH] Add `bc` to test requirement. Signed-off-by: Auke Kok --- tests/tests/resize-devices.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests/resize-devices.sh b/tests/tests/resize-devices.sh index cf7adb67..3b13accf 100644 --- a/tests/tests/resize-devices.sh +++ b/tests/tests/resize-devices.sh @@ -2,6 +2,8 @@ # Some basic tests of online resizing metadata and data devices. # +t_require_commands bc + statfs_total() { local single="total_$1_blocks" local mnt="$2"