diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-24 02:17:37 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-24 02:21:07 +0200 |
commit | ab7dddea907ebb226fd657cc2fad441a374dfd7f (patch) | |
tree | a9bea25fe89ce801edb1d4636080fb9272b978ca /.gitignore | |
parent | 72c9d4bee112a7e44316b04f361cc4ad3b16cf76 (diff) | |
download | emacs-ab7dddea907ebb226fd657cc2fad441a374dfd7f.tar.gz |
Move mml-sec.el test data to follow our conventions
* test/lisp/gnus/mml-sec-tests.el (ert-x): Require.
(mml-secure-test-fixture, mml-sec-test--kill-gpg-agent):
Use ert-resource-directory.
* test/lisp/gnus/mml-sec-resources/*: Moved from test/data/mml-sec/.
* .gitignore: Update location of moved file "random_seed".
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 94c0009aa29..29565d0417b 100644 --- a/.gitignore +++ b/.gitignore @@ -152,7 +152,7 @@ test/manual/etags/regexfile test/manual/etags/ETAGS test/manual/etags/CTAGS test/manual/indent/*.new -test/data/mml-sec/random_seed +test/lisp/gnus/mml-sec-resources/random_seed # ctags, etags. TAGS |