]> git.eshelyaron.com Git - emacs.git/commit
Move epg.el test data to follow our conventions
authorStefan Kangas <stefan@marxist.se>
Sat, 24 Oct 2020 00:36:33 +0000 (02:36 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 24 Oct 2020 00:36:55 +0000 (02:36 +0200)
commit8461cfc8fcef424c7f1098f967679b4bdaa4348e
treebc9aaa95208052683eed445f7bfd0e108e839ba3
parente402887d5d2f7cfc5e3f1cb2a9e629bce782e0a8
Move epg.el test data to follow our conventions

* test/lisp/epg-tests.el (ert-x): Require.
(epg-tests-data-directory): Remove variable.
(with-epg-tests): Use ert-resource-file.
* test/lisp/epg-resources/*: Moved from test/data/epg/.
test/data/epg/dummy-pinentry [deleted file]
test/data/epg/pubkey.asc [deleted file]
test/data/epg/seckey.asc [deleted file]
test/lisp/epg-resources/dummy-pinentry [new file with mode: 0755]
test/lisp/epg-resources/pubkey.asc [new file with mode: 0644]
test/lisp/epg-resources/seckey.asc [new file with mode: 0644]
test/lisp/epg-tests.el