From: Alexander Mikhalitsyn Date: Tue, 29 Jul 2025 09:58:53 +0000 (+0200) Subject: tests/lxc-test-snapdeps: try to load overlay kernel module X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23633ab0f7462fa22643a69763a9dd8452d6b54b;p=thirdparty%2Flxc.git tests/lxc-test-snapdeps: try to load overlay kernel module We don't want test to be skipped just because overlay module isn't loaded yet. Signed-off-by: Alexander Mikhalitsyn --- diff --git a/src/tests/lxc-test-snapdeps b/src/tests/lxc-test-snapdeps index 5e6ea998c..3219b6815 100755 --- a/src/tests/lxc-test-snapdeps +++ b/src/tests/lxc-test-snapdeps @@ -14,6 +14,7 @@ set -e +modprobe -v overlay || true if ! grep -q overlay /proc/filesystems; then echo "Not running this test as overlay is not available" exit 0