From cccc08e7c52e64f2bbbcdef586e69285ff055f4e Mon Sep 17 00:00:00 2001 From: arunmu Date: Fri, 18 Mar 2016 17:07:52 +0530 Subject: [PATCH] Uncommented previously commented tests --- test/test_subprocess.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_subprocess.cc b/test/test_subprocess.cc index 2c35208..e857a04 100755 --- a/test/test_subprocess.cc +++ b/test/test_subprocess.cc @@ -28,8 +28,8 @@ void test_easy_piping() } int main() { - //test_input(); - //test_piping(); + test_input(); + test_piping(); test_easy_piping(); return 0; }