Skip to content

Commit

Permalink
test/tracing/test_trace_func.rb: Small mod to syscall test to avoid f…
Browse files Browse the repository at this point in the history
…ailure on my winxp vm
  • Loading branch information
nicksieger committed Oct 20, 2009
1 parent dbb1971 commit 018c0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tracing/test_trace_func.rb
Expand Up @@ -215,7 +215,7 @@ def test_trace_over_system_call
end
end)

system('echo')
system('echo .')
set_trace_func nil

line = __LINE__ - 3
Expand Down

0 comments on commit 018c0d7

Please sign in to comment.