aboutsummaryrefslogtreecommitdiff
path: root/zsig
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-01 00:52:47 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-01 00:52:47 +0200
commitc6f42151d91e3fd1f7645917d4925c084082b015 (patch)
tree20f63a51020489592b722bdd215ac2afc33e5268 /zsig
parentc45062d40bc370a99870fa306f2474c758154c92 (diff)
Replace testdata
Diffstat (limited to 'zsig')
-rw-r--r--zsig/testdata/isc.txt.gz.sigbin775 -> 0 bytes
-rw-r--r--zsig/testdata/key.pub2
-rw-r--r--zsig/testdata/key.sec2
-rw-r--r--zsig/testdata/rand.gzbin0 -> 102458 bytes
-rw-r--r--zsig/testdata/rand.gz.sigbin0 -> 102800 bytes
-rw-r--r--zsig/zsig_test.go3
6 files changed, 5 insertions, 2 deletions
diff --git a/zsig/testdata/isc.txt.gz.sig b/zsig/testdata/isc.txt.gz.sig
deleted file mode 100644
index 0b2ab0e..0000000
--- a/zsig/testdata/isc.txt.gz.sig
+++ /dev/null
Binary files differ
diff --git a/zsig/testdata/key.pub b/zsig/testdata/key.pub
new file mode 100644
index 0000000..dd8c0ff
--- /dev/null
+++ b/zsig/testdata/key.pub
@@ -0,0 +1,2 @@
+untrusted comment: signify public key
+RWQTgf1SL2YhBrFdu+dUaoBmnBZuyWYDdH3QOMrTotpOGSndCBo1mFna
diff --git a/zsig/testdata/key.sec b/zsig/testdata/key.sec
new file mode 100644
index 0000000..48a80c1
--- /dev/null
+++ b/zsig/testdata/key.sec
@@ -0,0 +1,2 @@
+untrusted comment: signify secret key
+RWRCSwAAAABC0e0LUJBiUYwX50k7Tl2rYtBZVfsn3ewTgf1SL2YhBm9ApYp1HaTQWiMpwf8ba4U+E6fmvIoUHqXFxEv4Z5cJsV2751RqgGacFm7JZgN0fdA4ytOi2k4ZKd0IGjWYWdo=
diff --git a/zsig/testdata/rand.gz b/zsig/testdata/rand.gz
new file mode 100644
index 0000000..3a5f092
--- /dev/null
+++ b/zsig/testdata/rand.gz
Binary files differ
diff --git a/zsig/testdata/rand.gz.sig b/zsig/testdata/rand.gz.sig
new file mode 100644
index 0000000..e043d57
--- /dev/null
+++ b/zsig/testdata/rand.gz.sig
Binary files differ
diff --git a/zsig/zsig_test.go b/zsig/zsig_test.go
index 1fb6b06..a438b61 100644
--- a/zsig/zsig_test.go
+++ b/zsig/zsig_test.go
@@ -8,8 +8,7 @@ import (
func TestZsig(t *testing.T) {
testCases := []string{
- "isc.txt.gz.sig",
- "go-1.8.tgz",
+ "rand.gz.sig",
}
for _, tc := range testCases {
t.Run(tc, func(t *testing.T) {