diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-03-14 22:09:18 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2022-03-14 22:09:18 +0100 |
commit | 4e1b2586576012a1be561a2337192ee517f13fbb (patch) | |
tree | adaed902d21821c458e32d702f974c9e5811dc12 | |
parent | 4c9e8a315881c76d634d8e40dc3f37f7f379a623 (diff) |
fix syntax error in integration shell script
-rwxr-xr-x | integration/run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/run b/integration/run index 011246f..f9045dc 100755 --- a/integration/run +++ b/integration/run @@ -62,7 +62,7 @@ $GOPATH/bin/cosign --url=$url --log_vk=$log_vk --sk=$wit_sk sleep $wait_seconds echo "" -echo "test: get-tree-head-cosigned -- expect Error=no cosignatures available +echo "test: get-tree-head-cosigned -- expect Error=no cosignatures available" curl $url/get-tree-head-cosigned sleep $wait_seconds echo "" @@ -82,6 +82,6 @@ printf "start_size=0\nend_size=1\n" | curl --data-binary @- $url/get-leaves sleep $wait_seconds echo "" -echo "with 30s interval we should now have a cosigned tree head +echo "with 30s interval we should now have a cosigned tree head" curl $url/get-tree-head-cosigned echo "" |