aboutsummaryrefslogtreecommitdiff
path: root/server/testdata/cmd/get-anchors
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-30 17:39:26 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-30 17:39:26 +0100
commit317b64b20bb44c37f6aef0008e65b18ab806cd51 (patch)
treefca396681b2c1de484846c4b987304cd669469a9 /server/testdata/cmd/get-anchors
parent9e6c301a830ef2675a2b2dab08002723b1315af4 (diff)
added and moved test data
Diffstat (limited to 'server/testdata/cmd/get-anchors')
-rwxr-xr-xserver/testdata/cmd/get-anchors8
1 files changed, 0 insertions, 8 deletions
diff --git a/server/testdata/cmd/get-anchors b/server/testdata/cmd/get-anchors
deleted file mode 100755
index def3595..0000000
--- a/server/testdata/cmd/get-anchors
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-set -eo pipefail
-source config
-
-info "downloading trust anchors"
-curl -G $base_url/get-anchors
-newline