Skip to content

Commit

Permalink
tests: fix test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Sep 5, 2023
1 parent b349511 commit 5abb5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cli/run_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe("tl run", function()
end)
util.assert_popen_close(0, pd:close())
util.assert_line_by_line([[
foo ./foo.tl
foo .]] .. util.os_sep .. [[foo.tl
Done
]], output)
end)
Expand Down

0 comments on commit 5abb5aa

Please sign in to comment.