diff --git a/test/system/104-run.bats b/test/system/104-run.bats index 517c5e6..0cd3ba5 100644 --- a/test/system/104-run.bats +++ b/test/system/104-run.bats @@ -56,6 +56,16 @@ teardown() { assert [ ${#stderr_lines[@]} -eq 0 ] } +@test "run: Smoke test with RHEL 8.7" { + create_distro_container rhel 8.7 rhel-toolbox-8.7 + + run --separate-stderr $TOOLBOX run --distro rhel --release 8.7 true + + assert_success + assert [ ${#lines[@]} -eq 0 ] + assert [ ${#stderr_lines[@]} -eq 0 ] +} + @test "run: Ensure that a login shell is used to invoke the command" { create_default_container