From 21c657c5c7eb16ed91f7895762698fdd24d04769 Mon Sep 17 00:00:00 2001 From: Arzhan Kinzhalin Date: Wed, 13 Dec 2017 23:30:07 +0000 Subject: [PATCH] Fix test description. --- test/remove-positive.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/remove-positive.bats b/test/remove-positive.bats index 694b3a4..dd7bd85 100755 --- a/test/remove-positive.bats +++ b/test/remove-positive.bats @@ -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)