Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Comment cargo culting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Goldstein committed Dec 21, 2011
1 parent 27e39cd commit feb4c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rpm_contrib/language_support.rb
Expand Up @@ -21,6 +21,8 @@ def can_fork?

def test_forkability
Process.fork { exit! }
# calling wait here doesn't seem like it should necessary, but it seems to
# resolve some weird edge cases with resque forking.
Process.wait
true
rescue NotImplementedError
Expand Down

0 comments on commit feb4c45

Please sign in to comment.