Disable broken test with bash 5.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: util-linux
|
name: util-linux
|
||||||
description: Linux system utilities
|
description: Linux system utilities
|
||||||
version: 2.41
|
version: 2.41
|
||||||
revision: 3
|
revision: 4
|
||||||
url: https://github.com/util-linux/util-linux
|
url: https://github.com/util-linux/util-linux
|
||||||
license: GPL2
|
license: GPL2
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -41,7 +41,10 @@ build() {
|
|||||||
# The check function is executed in the source directory
|
# The check function is executed in the source directory
|
||||||
# This function is used to run tests to verify the package has been compiled correctly
|
# This function is used to run tests to verify the package has been compiled correctly
|
||||||
check() {
|
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
|
# The package function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user