build: Enforce shellcheck(1) on all Bats tests

https://github.com/containers/toolbox/pull/1331
This commit is contained in:
Debarshi Ray 2023-07-04 16:07:46 +02:00
parent 4362c39c13
commit 4ebaea6803

View file

@ -1,9 +1,21 @@
test_system = files(
'001-version.bats',
'002-help.bats',
'101-create.bats',
'102-list.bats',
'103-container.bats',
'104-run.bats',
'105-enter.bats',
'106-rm.bats',
'107-rmi.bats',
'108-completion.bats',
'201-ipc.bats',
'203-network.bats',
'206-user.bats',
'210-ulimit.bats',
'211-dbus.bats',
'setup_suite.bash',
'libs/helpers.bash',
)
if shellcheck.found()