diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-28 01:06:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-30 20:20:07 +0300 |
commit | 20fe8fea93ad2165d3f44453c648179c6ed6bd53 (patch) | |
tree | 32f07a56c7306a04f9c58b6fea9663254ce7bfa3 /tests/timestamp/driver.cxx | |
parent | ea97d24afdc13d6f8d94918c7f2919b943bba04d (diff) |
Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flag
Diffstat (limited to 'tests/timestamp/driver.cxx')
-rw-r--r-- | tests/timestamp/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx index 41cea44..9161662 100644 --- a/tests/timestamp/driver.cxx +++ b/tests/timestamp/driver.cxx @@ -17,7 +17,7 @@ using namespace std; using namespace butl; -// Parse the input using the format string. Print the resulted time with the +// Parse the input using the format string. Print the resulting time with the // same format string, ensure the output matches the input. // static bool |