tests: Avoid now-deprecated 'make-struct'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 20 Oct 2019 20:03:12 +0000 (22:03 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 20 Oct 2019 21:26:50 +0000 (23:26 +0200)
commit79c03e55e26d88c8d327daced02367abe7f17f91
tree140d949e6da45a82b27fab63120247359ba92489
parentd04285647dda1d5b8b49de22a4cb91614e725093
tests: Avoid now-deprecated 'make-struct'.

* tests/cve.scm (vulnerability): Use 'make-struct/no-tail' instead of
'make-struct', which is deprecated.
* tests/lint.scm ("cve: one vulnerability")
("cve: one patched vulnerability")
("cve: known safe from vulnerability")
("cve: vulnerability fixed in replacement version")
("cve: patched vulnerability in replacement"): Likewise.
tests/cve.scm
tests/lint.scm