Skip to content

Commit

Permalink
Merge pull request #129715 from ZhongRuoyu/asuka-test
Browse files Browse the repository at this point in the history
asuka: fix test
  • Loading branch information
fxcoudert authored Apr 29, 2023
2 parents 71a973e + de26289 commit 1b8a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/asuka.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def install
input.putc "q"
input.puts "exit"

screenlog = (testpath/"screenlog.txt").read
screenlog = File.open(testpath/"screenlog.txt", "r:ASCII-8BIT", &:read)
assert_match "# Project Gemini", screenlog
ensure
Process.kill("TERM", wait_thr.pid)
Expand Down

0 comments on commit 1b8a56d

Please sign in to comment.