test against 6.7 errata

This commit is contained in:
Aaron Bieber 2020-05-14 07:22:25 -06:00
parent 1e342b145e
commit 695358aa0c

View File

@ -5,7 +5,7 @@ import (
) )
func TestParseErrata(t *testing.T) { func TestParseErrata(t *testing.T) {
got, err := ParseRemoteErrata("http://ftp.openbsd.org/pub/OpenBSD/patches/6.6/common/") got, err := ParseRemoteErrata("http://ftp.openbsd.org/pub/OpenBSD/patches/6.7/common/")
if err != nil { if err != nil {
t.Error(err) t.Error(err)
} }