test: fix typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-05-18 17:47:43 +02:00
parent 4dcf33581c
commit dac6b7ceb5
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -11,7 +11,7 @@ function teardown() {
@test "ctr seccomp profiles unconfined" {
# this test requires seccomp, so skip this test if seccomp is not enabled.
enabled=$(is_seccomp_enabled)
if [[ "$enabled" -eq 0 ]]; then
if [[ "$enabled" -eq 0 ]]; then
skip "skip this test since seccomp is not enabled."
fi