Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/system: Fix ulimit tests on Ubuntu host #1599

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pennbauman
Copy link
Contributor

ulimit is a shell builtin, so the shell it is run from changes the version that is used. Ubuntu (and Debian) use dash as their system shell, instead of bash. The means that toolbox run also used dash with Ubuntu containers, caused an unexpected version of ulimit to be used in tests. Tests were updated to force the use of bash and its version of ulimit.

ulimit is a shell builtin, so the shell it is run from changes
the version that is used. Ubuntu (and Debian) use dash as
their system shell, instead of bash. The means that toolbox
run also used dash with Ubuntu containers, caused an
unexpected version of ulimit to be used in tests. Tests were
updated to force the use of bash and its version of ulimit.

Signed-off-by: Penn Bauman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant