cri-o/test/kpod.bats

10 lines
130 B
Text
Raw Normal View History

#!/usr/bin/env bats
load helpers
@test "kpod version test" {
run ${KPOD_BINARY} version
echo "$output"
[ "$status" -eq 0 ]
}