diff options
author | jilles <jilles@FreeBSD.org> | 2011-02-15 22:17:47 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2011-02-15 22:17:47 +0000 |
commit | 9cea8aad2d5c64a42cc730b5697ddf9dd8d67398 (patch) | |
tree | a8eb4e9ebad76625f103189285327f18f03e955a /bin | |
parent | f58eeaae2ea634ac387432d4df3035bc953d63c8 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | bin/test/test.c | 4 |
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$"); |