Skip to content

Commit

Permalink
Fix failing test for luajit
Browse files Browse the repository at this point in the history
  • Loading branch information
arne committed Dec 30, 2023
1 parent 68dcfd5 commit 4b8bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/lua-5/tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in
generated=$(lua -e 'print(package.path)')
golden_LUA_PATH='./share/lua/${lua.luaversion}/?.lua;./?.lua;./?/init.lua'
assertStringEqual "$generated" "$golden_LUA_PATH"
assertStringContains "$generated" "$golden_LUA_PATH"
'';
};

Expand Down

0 comments on commit 4b8bef6

Please sign in to comment.