Skip to content

Commit e17ce1b

Browse files
committed
Test for output.
1 parent dd70539 commit e17ce1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runners.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,8 @@ end
600600
${prefix}/bin/hello_world${exeext}
601601
"""
602602
@test run(ur, `/bin/bash -c "$(test_script)"`, iobuff)
603+
seek(iobuff, 0)
604+
@test readlines(iobuff)[end] == "hello world"
603605
end
604606
end
605607
end

0 commit comments

Comments
 (0)