toolbox/test/system/001-version.bats
Harry Míchal 5a651eae2f playbooks, test/system: Test the Go implementation and update tests
In the Go implementation, when the 'rm' and 'rmi' commands fail to
remove a container or image, they don't use a non-zero exit code.
There's currently no nice fix for this. So, the tests have been
adjusted as a temporary measure.

https://github.com/containers/toolbox/pull/507
2020-07-21 16:31:50 +02:00

7 lines
109 B
Bash

#!/usr/bin/env bats
load helpers
@test "Output version number using full flag" {
run_toolbox --version
}