Skip to content

Commit 2622faa

Browse files
committed
made a test more precise
1 parent d868ba6 commit 2622faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def assert_windows(*args, &block)
152152

153153
assert_equal var * 2, read('tmp/pipe.txt')
154154

155-
pid = spawn("readelf", "-v", out: pip)
155+
assert_nothing_raised{ pid = spawn("readelf", "-v", out: pip)}
156156

157157
wait_for_pid(pid)
158158

0 commit comments

Comments
 (0)