aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c
index fd10e6845..a09f7e6ec 100644
--- a/coreutils/test.c
+++ b/coreutils/test.c
@@ -227,7 +227,7 @@ int bb_test(int argc, char **argv)
227 t_lex(argv[2 + _off]); 227 t_lex(argv[2 + _off]);
228 if (t_wp_op && t_wp_op->op_type == BINOP) { 228 if (t_wp_op && t_wp_op->op_type == BINOP) {
229 t_wp = &argv[1 + _off]; 229 t_wp = &argv[1 + _off];
230 return binop() == 0; 230 return binop() == 1;
231 } 231 }
232 } 232 }
233 t_wp = &argv[1]; 233 t_wp = &argv[1];