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: Alexander von Gernler (grunkcvs.openbsd.org)
Date: Thu Jul 06 2006 - 07:01:53 CDT


CVSROOT: /cvs
Module name: src
Changes by: grunkcvs.openbsd.org 2006/07/06 06:01:53

Modified files:
        regress/usr.bin/ssh: agent-getpeereid.sh

Log message:
in this test, $SUDO is not used to gain privileges but to switch to nobody.
thus, we need the SUDO variable to be set. if not set, the test would
also pass ok, but only because exit status 2 and 127 looked the same to the
test.

ok markus