summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-02-15 22:17:47 +0000
committerjilles <jilles@FreeBSD.org>2011-02-15 22:17:47 +0000
commit9cea8aad2d5c64a42cc730b5697ddf9dd8d67398 (patch)
treea8eb4e9ebad76625f103189285327f18f03e955a /bin/test
parentf58eeaae2ea634ac387432d4df3035bc953d63c8 (diff)
downloadFreeBSD-src-9cea8aad2d5c64a42cc730b5697ddf9dd8d67398.zip
FreeBSD-src-9cea8aad2d5c64a42cc730b5697ddf9dd8d67398.tar.gz
test: Note that this is used both as a normal program and a shell builtin.
MFC after: 1 week
Diffstat (limited to 'bin/test')
-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 e2062d1..0d0ad65 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$");
OpenPOWER on IntegriCloud