« Previous | Next » 

Revision 8a8fd637

ID8a8fd63734944bf6f7111596bd9cc9db6afb9b7c

Added by Anthony Liguori almost 11 years ago

qtest: don't use system command to avoid double fork

Currently we waitpid on the child process we spawn off that does
nothing more than system() another process. While this does not
appear to be incorrect, it's wasteful and confusing so get rid of
it.

Signed-off-by: Anthony Liguori <>
Message-id:

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences