aboutsummaryrefslogtreecommitdiff
path: root/contrib/atf/atf-c++/detail/process_test.cpp
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-11-01 11:17:54 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-11-01 11:17:54 +0000
commit0677dfd1c4dadb62482e2c72fa4c6720902128a4 (patch)
tree7e1f2a559f61d17aad44cfb95b6fefcaa593c4af /contrib/atf/atf-c++/detail/process_test.cpp
parent80d53cbe7fcc920fe7eb1150a476e588a9a9022c (diff)
parent94d25974a7773307f930a633881744ad9d6d2777 (diff)
Notes
Diffstat (limited to 'contrib/atf/atf-c++/detail/process_test.cpp')
-rw-r--r--contrib/atf/atf-c++/detail/process_test.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/atf/atf-c++/detail/process_test.cpp b/contrib/atf/atf-c++/detail/process_test.cpp
index a40f663108f3..0686d2a1911c 100644
--- a/contrib/atf/atf-c++/detail/process_test.cpp
+++ b/contrib/atf/atf-c++/detail/process_test.cpp
@@ -1,6 +1,3 @@
-//
-// Automated Testing Framework (atf)
-//
// Copyright (c) 2008 The NetBSD Foundation, Inc.
// All rights reserved.
//
@@ -25,15 +22,15 @@
// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
+
+#include "atf-c++/detail/process.hpp"
#include <cstdlib>
#include <cstring>
-#include "../macros.hpp"
+#include <atf-c++.hpp>
-#include "process.hpp"
-#include "test_helpers.hpp"
+#include "atf-c++/detail/test_helpers.hpp"
// TODO: Testing the fork function is a huge task and I'm afraid of
// copy/pasting tons of stuff from the C version. I'd rather not do that