]> andersk Git - openssh.git/commitdiff
- (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the
authordtucker <dtucker>
Tue, 8 Feb 2005 09:17:17 +0000 (09:17 +0000)
committerdtucker <dtucker>
Tue, 8 Feb 2005 09:17:17 +0000 (09:17 +0000)
   regress tests so newer versions of GNU head(1) behave themselves.  Patch
   by djm, so ok me.

ChangeLog
regress/test-exec.sh

index 70b63589c65d550d22bb36a83a7265f5f590391d..5a08810d9bea479ba52e73f7baff48f8d0d32fd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a57e46e5938092a583cc6d832a5af2cb024afd44..4f10c2ba1db321fda5357ab86dd78d6de3274a25 100644 (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
This page took 0.332793 seconds and 5 git commands to generate.