neovim/test/functional/core
James McCoy bcb5b7b3f6
test(job_spec): accept alternate messages for "append environment" tests
These tests commonly fail in Debian with

    [  ERROR   ] test/functional/core/job_spec.lua @ 81: jobs append environment with pty #env
    test/functional/helpers.lua:198:
    ==============================================================================
    test/helpers.lua:73: Expected objects to be the same.
    Passed in:
    (table: 0x2aa4bcc1040) {
     *[1] = {
        [1] = 'notification'
        [2] = 'stdout'
       *[3] = {
          [1] = 0
         *[2] = {
            [1] = 'hello world abc' } } } }
    Expected:
    (table: 0x2aa4bcc0d70) {
     *[1] = {
        [1] = 'notification'
        [2] = 'stdout'
       *[3] = {
          [1] = 0
         *[2] = {
            [1] = 'hello world abc'
           *[2] = '' } } } }

Since the test is validating the "hello world abc" message, not the
newlines, accept either set of message sequences.
2022-07-16 14:08:27 -04:00
..
channels_spec.lua fix(channel): fix channel consistency 2022-03-12 19:23:45 +08:00
exit_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
fileio_spec.lua feat: stdpath('run'), /tmp/nvim.user/ #18993 2022-06-30 04:16:46 -07:00
job_spec.lua test(job_spec): accept alternate messages for "append environment" tests 2022-07-16 14:08:27 -04:00
log_spec.lua feat(server): instance "name", store pipes in stdpath(state) 2022-06-15 19:29:51 -07:00
main_spec.lua feat(tui): query terminal for CSI u support (#18181) 2022-04-25 20:49:45 -06:00
path_spec.lua test: avoid extra clear() calls 2017-10-02 01:46:16 +02:00
remote_spec.lua fix(ci): noisy logs, unreliable test #19019 2022-06-18 19:19:08 -07:00
spellfile_spec.lua test: cleanup 2019-05-05 23:01:35 +02:00
startup_spec.lua test: --startuptime 2022-07-09 15:45:02 -07:00