OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Sun Mar 01 2009 - 14:11:07 CST


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2009/03/01 13:11:06

Modified files:
        bin/ksh : c_test.c
        bin/test : test.c

Log message:
Fix PR #723: test(1) operator precedence inconsistent with POSIX
Make sure ksh builtin test and test(1) do not differ.
From Christiano Farina Haesbaert. ok miod