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; }