diff --git a/test/system/002-help.bats b/test/system/002-help.bats index 198b4b5..8a332d1 100644 --- a/test/system/002-help.bats +++ b/test/system/002-help.bats @@ -47,6 +47,7 @@ setup() { assert_success assert_line --index 0 --partial "toolbox(1)" assert_line --index 0 --partial "General Commands Manual" + assert_line --index 3 --partial "toolbox - Tool for containerized command line environments on Linux" assert [ ${#lines[@]} -gt 4 ] assert [ ${#stderr_lines[@]} -eq 0 ] }