aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/emacs-test-functions
Commit message (Collapse)AuthorAge
* test: always source test-lib.sh as ./test-lib.shGravatar Tomi Ollila2012-11-24
| | | | | | | | | | | There are currently 45 TESTS scripts. 36 of those load test-lib.sh using '. ./test-lib.sh' and 9 '. test-lib.sh'. In latter case test-lib.sh is first searched from directories in PATH (posix) and then from current directory (bash feature). Changed the 9 files to execute '. ./test-lib.sh'. The test-lib.sh should never be loaded from directory in PATH.
* test: remove ".sh" extension from the recently added Emacs testsGravatar Dmitry Kurochkin2012-02-03
All test files, except for the recently added Emacs tests, do not have ".sh" extension. So remove it from the new test files for consistency.