Skip to content

Commit

Permalink
Compare with expected separator
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Aug 20, 2024
1 parent 4c9367c commit fd3b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-runner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local function is_windows()

return os ~= "linux" and os ~= "osx" and os ~= "bsd" and os ~= "posix" and os ~= "other"
else
return package.config:sub(1, 1) ~= "/"
return package.config:sub(1, 1) == "\\"
end
end

Expand Down

0 comments on commit fd3b1d4

Please sign in to comment.