nicferrier / emacs-db

very simple database for emacslisp, can also wrap other databases.
56 stars 14 forks source link

Tests should not hard-code /tmp as temporary directory #6

Open phst opened 7 years ago

phst commented 7 years ago

The temporary directory isn't required to be /tmp. The test suite should use temporary-file-directory instead.