When running the test suite with Lua 5.5 while building the openSUSE/Tumbleweed package, I get this error:
[ 22s] Failure -> spec/fixtures_spec.lua @ 7
[ 22s] fixtures: path() returns the absolute fixture path
[ 22s] spec/fixtures_spec.lua:9: Expected strings to match.
[ 22s] Passed in:
[ 22s] (string) '/home/abuild/rpmbuild/BUILD/lua55-busted-2.3.0-build/busted-2.3.0/spec/fixtures/myfile.txt'
[ 22s] Expected:
[ 22s] (string) '^.-busted[/\]spec[/\]fixtures[/\]myfile.txt$'
[ 22s]
[ 22s] stack traceback:
[ 22s] spec/fixtures_spec.lua:9: in function <spec/fixtures_spec.lua:7>
[ 22s]
[ 22s]
[ 22s] Failure -> spec/fixtures_spec.lua @ 12
[ 22s] fixtures: path() returns the absolute fixture path normalized
[ 22s] spec/fixtures_spec.lua:14: Expected strings to match.
[ 22s] Passed in:
[ 22s] (string) '/home/abuild/rpmbuild/BUILD/lua55-busted-2.3.0-build/busted-2.3.0/fixtures/myfile.txt'
[ 22s] Expected:
[ 22s] (string) '^.-busted[/\]fixtures[/\]myfile.txt$'
[ 22s]
[ 22s] stack traceback:
[ 22s] spec/fixtures_spec.lua:14: in function <spec/fixtures_spec.lua:12>
Complete build log with the list of all packages used and steps to reproduce the issue.
When running the test suite with Lua 5.5 while building the openSUSE/Tumbleweed package, I get this error:
Complete build log with the list of all packages used and steps to reproduce the issue.