diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index caecd7d02..cb15ed725 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -45,7 +45,7 @@ | |||
45 | /* This is a NOFORK applet. Be very careful! */ | 45 | /* This is a NOFORK applet. Be very careful! */ |
46 | 46 | ||
47 | /* test_main() is called from shells, and we need to be extra careful here. | 47 | /* test_main() is called from shells, and we need to be extra careful here. |
48 | * This is true regardless of PREFER_APPLETS and STANDALONE_SHELL | 48 | * This is true regardless of PREFER_APPLETS and SH_STANDALONE |
49 | * state. */ | 49 | * state. */ |
50 | 50 | ||
51 | /* test(1) accepts the following grammar: | 51 | /* test(1) accepts the following grammar: |