]> andersk Git - openssh.git/commitdiff
- (dtucker) [regress/yes-head.sh] Work around breakage caused by some
authordtucker <dtucker>
Mon, 28 Nov 2005 05:41:03 +0000 (05:41 +0000)
committerdtucker <dtucker>
Mon, 28 Nov 2005 05:41:03 +0000 (05:41 +0000)
   versions of GNU head.  Based on patch from zappaman at buraphalinux.org

ChangeLog
regress/yes-head.sh

index cdff826c25eaa57c2150edec78a022d25b107400..aba41979f3f04f8dd896f5e503316fa9fe482348 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20051128
+ - (dtucker) [regress/yes-head.sh] Work around breakage caused by some
+   versions of GNU head.  Based on patch from zappaman at buraphalinux.org
+
 20051126
  - (dtucker) [configure.ac] Bug #1126: AIX 5.2 and 5.3 (and presumably newer,
    when they're available) need the real UID set otherwise pam_chauthtok will
index 17a4d0dd468547fccbfe679cdd9a90b182c04ada..a8e6bc80019bbae8c70ba9601c31ac730e6d245c 100644 (file)
@@ -4,7 +4,7 @@
 tid="yes pipe head"
 
 for p in 1 2; do
-       lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | head -2000"' | (sleep 3 ; wc -l)`
+       lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
        if [ $? -ne 0 ]; then
                fail "yes|head test failed"
                lines = 0;
This page took 0.05878 seconds and 5 git commands to generate.