diff options
Diffstat (limited to 'server/testdata/cmd/get-consistency-proof')
-rwxr-xr-x | server/testdata/cmd/get-consistency-proof | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/server/testdata/cmd/get-consistency-proof b/server/testdata/cmd/get-consistency-proof deleted file mode 100755 index 206cb4c..0000000 --- a/server/testdata/cmd/get-consistency-proof +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -set -eo pipefail -source config - -first="1" -second="2" -if [[ ! -z $1 ]] && [[ ! -z $2 ]]; then - first=$1 - second=$2 -fi - -info "sending get-consistency-proof request" -curl -G -d "first=$first" -d "second=$second" $base_url/get-consistency-proof -newline |