aboutsummaryrefslogtreecommitdiff
path: root/zsig/zsig_test.go
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/zsig_test.go
parentc45062d40bc370a99870fa306f2474c758154c92 (diff)
Replace testdata
Diffstat (limited to 'zsig/zsig_test.go')
-rw-r--r--zsig/zsig_test.go3
1 files changed, 1 insertions, 2 deletions
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) {