aboutsummaryrefslogtreecommitdiff
path: root/test-programs/c_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-programs/c_helpers.c')
-rw-r--r--test-programs/c_helpers.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/test-programs/c_helpers.c b/test-programs/c_helpers.c
index ac9bcc33629e..1b7aa4ef0bac 100644
--- a/test-programs/c_helpers.c
+++ b/test-programs/c_helpers.c
@@ -1,7 +1,4 @@
-/*
- * Automated Testing Framework (atf)
- *
- * Copyright (c) 2007 The NetBSD Foundation, Inc.
+/* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,8 +21,7 @@
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
* 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.
- */
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#include <sys/types.h>
#include <sys/wait.h>
@@ -39,12 +35,11 @@
#include <atf-c.h>
-#include "atf-c/error.h"
-
#include "atf-c/detail/env.h"
#include "atf-c/detail/fs.h"
#include "atf-c/detail/test_helpers.h"
#include "atf-c/detail/text.h"
+#include "atf-c/error.h"
/* ---------------------------------------------------------------------
* Auxiliary functions.