test: fix typo
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
4dcf33581c
commit
dac6b7ceb5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function teardown() {
|
||||||
@test "ctr seccomp profiles unconfined" {
|
@test "ctr seccomp profiles unconfined" {
|
||||||
# this test requires seccomp, so skip this test if seccomp is not enabled.
|
# this test requires seccomp, so skip this test if seccomp is not enabled.
|
||||||
enabled=$(is_seccomp_enabled)
|
enabled=$(is_seccomp_enabled)
|
||||||
if [[ "$enabled" -eq 0 ]]; then
|
if [[ "$enabled" -eq 0 ]]; then
|
||||||
skip "skip this test since seccomp is not enabled."
|
skip "skip this test since seccomp is not enabled."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue