Categorize not enough mounts as skip, not fail

Signed-off-by: Andy Grover <agrover@versity.com>
This commit is contained in:
Andy Grover
2021-01-10 13:20:52 -08:00
parent 2c5871c253
commit 454dbebf59

View File

@@ -21,5 +21,5 @@ t_require_mounts() {
local req="$1"
test "$T_NR_MOUNTS" -ge "$req" || \
t_fail "$req mounts required, only have $T_NR_MOUNTS"
t_skip "$req mounts required, only have $T_NR_MOUNTS"
}