aboutsummaryrefslogtreecommitdiff
path: root/bin/test/test.c
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2011-02-15 22:17:47 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2011-02-15 22:17:47 +0000
commit2fd7d6aab69669484766655886e2e5a5330bf8d7 (patch)
treea8eb4e9ebad76625f103189285327f18f03e955a /bin/test/test.c
parent152e60f2fe72db456bfeff4780a7db291c58106d (diff)
downloadsrc-2fd7d6aab69669484766655886e2e5a5330bf8d7.tar.gz
src-2fd7d6aab69669484766655886e2e5a5330bf8d7.zip
Notes
Diffstat (limited to 'bin/test/test.c')
-rw-r--r--bin/test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/test/test.c b/bin/test/test.c
index e2062d1cef5e..0d0ad65ffcd3 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -9,6 +9,10 @@
*
* This program is in the Public Domain.
*/
+/*
+ * Important: This file is used both as a standalone program /bin/test and
+ * as a builtin for /bin/sh (#define SHELL).
+ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");