From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 46FF04696C3 for ; Tue, 24 Mar 2020 13:03:51 +0300 (MSK) Received: by mail-lf1-f50.google.com with SMTP id c5so7213653lfp.5 for ; Tue, 24 Mar 2020 03:03:51 -0700 (PDT) From: Cyrill Gorcunov Date: Tue, 24 Mar 2020 13:03:45 +0300 Message-Id: <20200324100347.15405-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] popen: fix unit test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Sasha, take a look please, do I use BUILDDIR correctly? I need to run test/unit/popen-child as a helper process. Cyrill Gorcunov (2): popen: do not require space for shell args test: unit/popen -- provide a child process src/lib/core/popen.c | 2 +- test/unit/CMakeLists.txt | 4 +++ test/unit/popen-child.c | 71 ++++++++++++++++++++++++++++++++++++++++ test/unit/popen.c | 18 ++++++---- 4 files changed, 87 insertions(+), 8 deletions(-) create mode 100644 test/unit/popen-child.c -- 2.20.1