Fix test description.

This commit is contained in:
Arzhan Kinzhalin
2017-12-13 23:30:07 +00:00
parent 2235f501f6
commit 21c657c5c7
+1 -1
View File
@@ -10,7 +10,7 @@ setup() {
cp $CERTS/c[3-4].pem $CLR_LOCAL_TRUST_SRC/trusted
}
@test "generate store, source both Clear and local" {
@test "distrust Clear-provided CAs" {
run $CLRTRUST generate
[ $status -eq 0 ]
cnt=$(ls $STORE/anchors | wc -l)