test: fix typo
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
71d6cf9bd0
commit
42cb5c1eea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue