diff options
Diffstat (limited to 'test/Driver/env.c')
-rw-r--r-- | test/Driver/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/env.c b/test/Driver/env.c index f243fa6..0371bc9 100644 --- a/test/Driver/env.c +++ b/test/Driver/env.c @@ -1,6 +1,6 @@ // These tests try to ensure that the driver operates reasonably when run with // a strange environment. Unfortunately, it requires a normal shell and the -// 'env' command. +// 'env' command that understands arguments, unlike the LIT built-in env. // // REQUIRES: shell // The PATH variable is heavily used when trying to find a linker. |