]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/TestInstance.cpp
allow cloned env with child processes
[blank.git] / tst / integration / TestInstance.cpp
index 495ba6cdd413d602b0034895b06386d381843c03..270c09ca88a2e1ab8920dc50661fc763c0bf8883 100644 (file)
@@ -28,10 +28,7 @@ Process::Arguments combine_args(const TempDir &dir, const Process::Arguments &in
 
 TestInstance::TestInstance(const Process::Arguments &args, bool cmd)
 : dir()
-, proc(
-       "./blank" BLANK_SUFFIX,
-       combine_args(dir, args, cmd),
-       { })
+, proc("./blank" BLANK_SUFFIX, combine_args(dir, args, cmd))
 , conn()
 , out_buf()
 , err_buf()