Fixed syntax

This commit is contained in:
Thomas VIAL 2017-03-27 23:31:40 +02:00
parent a02ee196e7
commit b58b4390a2
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 1 additions and 1 deletions

View File

@ -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
}