- (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the

regress tests so newer versions of GNU head(1) behave themselves.  Patch
   by djm, so ok me.
This commit is contained in:
Darren Tucker 2005-02-08 20:17:17 +11:00
parent 40d9a63788
commit feb6f7f244
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
20050208
- (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the
regress tests so newer versions of GNU head(1) behave themselves. Patch
by djm, so ok me.
20050204
- (dtucker) [monitor.c] Permit INVALID_USER audit events from slave too.
- (dtucker) [auth.c] Fix parens in audit log check.
@ -2076,4 +2081,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3636 2005/02/04 04:19:44 dtucker Exp $
$Id: ChangeLog,v 1.3637 2005/02/08 09:17:17 dtucker Exp $

View File

@ -3,6 +3,10 @@
#SUDO=sudo
# Unbreak GNU head(1)
_POSIX2_VERSION=199209
export _POSIX2_VERSION
if [ ! -z "$TEST_SSH_PORT" ]; then
PORT="$TEST_SSH_PORT"
else