From 2fd7d6aab69669484766655886e2e5a5330bf8d7 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 15 Feb 2011 22:17:47 +0000 Subject: [PATCH] test: Note that this is used both as a normal program and a shell builtin. MFC after: 1 week --- bin/test/test.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/test/test.c b/bin/test/test.c index e2062d1cef5..0d0ad65ffcd 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 __FBSDID("$FreeBSD$");