From b58b4390a2f34a60bf1415d9f21fba784433ca7c Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 27 Mar 2017 23:31:40 +0200 Subject: [PATCH] Fixed syntax --- test/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.bats b/test/tests.bats index af0236e4..df632df8 100644 --- a/test/tests.bats +++ b/test/tests.bats @@ -347,7 +347,7 @@ load 'test_helper/bats-assert/load' } @test "checking accounts: comments are not parsed" { - run docker exec mail ls /var/mail | grep "comment" + run docker exec mail /bin/bash -c "ls /var/mail | grep 'comment'" assert_failure }