diff --git a/pkg.info b/pkg.info index fa3aaf3..8acf4b5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: util-linux description: Linux system utilities version: 2.41 -revision: 3 +revision: 4 url: https://github.com/util-linux/util-linux license: GPL2 architecture: any diff --git a/source.sh b/source.sh index b17899c..1643e49 100644 --- a/source.sh +++ b/source.sh @@ -41,7 +41,10 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - SHELL=/bin/sh make check + make check-programs + + cd tests + SHELL=/bin/sh ./run.sh --exclude="kill/decode" # kill/decode test fails with bash 5.3 } # The package function is executed in the source directory