From 35cde9e935fed2e8f4f3ce65b48071e8b0499de3 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 18 Jun 2021 16:10:30 +0100 Subject: [PATCH] test: install nls modules, required by vfat kernel: FAT-fs (loop0p2): codepage cp437 not found kernel: FAT-fs (loop0p2): IO charset ascii not found --- test/test-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-functions b/test/test-functions index b154ace393b..69921442bae 100644 --- a/test/test-functions +++ b/test/test-functions @@ -864,6 +864,7 @@ install_modules() { instmods loop instmods vfat + instmods nls_ascii =nls instmods dummy if [[ "$LOOKS_LIKE_SUSE" ]]; then -- 2.47.3