summaryrefslogtreecommitdiff
path: root/bin/test/operators.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test/operators.c')
-rw-r--r--bin/test/operators.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/test/operators.c b/bin/test/operators.c
index d21ec03b7adb..9ebce4ad016e 100644
--- a/bin/test/operators.c
+++ b/bin/test/operators.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)operators.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: operators.c,v 1.7 1998/05/18 06:51:53 charnier Exp $";
#endif /* not lint */
/*
@@ -66,6 +66,7 @@ const char *const unary_op[] = {
"-w",
"-x",
"-z",
+ "-S",
NULL
};
@@ -114,6 +115,7 @@ const char op_priority[] = {
12,
12,
12,
+ 12,
1,
1,
2,
@@ -147,6 +149,7 @@ const char op_argflag[] = {
OP_FILE,
OP_FILE,
OP_STRING,
+ OP_FILE,
0,
0,
0,