#1136268 busted test fail with lua5.5

Package:
lua-cliargs
Source:
lua-cliargs
Submitter:
Victor Seva
Date:
2026-08-13 17:37:09 UTC
Severity:
normal
Tags:
#1136268#5
Date:
2026-05-11 09:28:27 UTC
From:
To:
run busted with lua5.5
+++++++++-++++++++++++++++++++++++++++++++++++++-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
173 successes / 2 failures / 0 errors / 0 pending : 0.124569 seconds

Failure -> spec/cliargs_spec.lua @ 31
cliargs #parse propagates errors
spec/cliargs_spec.lua:34: Expected objects to be equal.
Passed in:
(string) 'string'
Expected:
(string) 'nil'

stack traceback:
         spec/cliargs_spec.lua:34: in function <spec/cliargs_spec.lua:31>


Failure -> spec/features/command_spec.lua @ 76
cliargs - commands running commands given a command file propagates parsing
errors
/usr/share/lua/5.5/luassert/assertions.lua:95: bad argument #2 to 'matches'
(string or object convertible to a string expected, got (nil))

stack traceback:
         spec/features/command_spec.lua:82: in function
<spec/features/command_spec.lua:76>