From dac6b7ceb5109deee82eea3401339777f5ad52c3 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Thu, 18 May 2017 17:47:43 +0200 Subject: [PATCH] test: fix typo Signed-off-by: Antonio Murdaca --- test/seccomp.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/seccomp.bats b/test/seccomp.bats index 47459d0a..c8f9659d 100644 --- a/test/seccomp.bats +++ b/test/seccomp.bats @@ -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