Unverified Commit e3864d7d authored by Austin Horstman's avatar Austin Horstman
Browse files

tests/lua-5: fix `checkInterpreterPath` test name

Checking a path location, not a patch.
parent 4249106f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ let
in
pkgs.recurseIntoAttrs {

  checkInterpreterPatch =
  checkInterpreterPath =
    let
      golden_LUA_PATH = golden_LUA_PATHS.${lib.versions.majorMinor lua.version};
    in