---
 coreutils/test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreutils/test.c b/coreutils/test.c
index 008d90b25..97da3885a 100644
--- a/coreutils/test.c
+++ b/coreutils/test.c
@@ -94,7 +94,7 @@
                | operand
                | "(" oexpr ")"
                ;
-       unary-operator ::= "-r"|"-w"|"-x"|"-f"|"-d"|"-c"|"-b"|"-p"|
+       unary-operator ::= "-r"|"-w"|"-x"|"-f"|"-e"|"-d"|"-c"|"-b"|"-p"|
                "-u"|"-g"|"-k"|"-s"|"-t"|"-z"|"-n"|"-o"|"-O"|"-G"|"-L"|"-S";
 
        binary-operator ::= "="|"=="|"!="|"-eq"|"-ne"|"-ge"|"-gt"|"-le"|"-lt"|
-- 
2.51.2

_______________________________________________
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox

Reply via email to