Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 26, 2025
1 parent b307433 commit 2ecac62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/primitives/external_command_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ describe "Crystal::Command" do
status = process.wait
status.success?.should be_true, failure_message: "Running external subcommand failed.\nstderr:\n#{error}\nstdout:\n#{output}"

output.should eq [
output.lines.should eq [
compiler_path,
File.dirname(compiler_path),
command_path,
%(["foo", "bar"]),
].join("\n")
]
end
end
end

0 comments on commit 2ecac62

Please sign in to comment.