We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d87a00 commit 923c3f4Copy full SHA for 923c3f4
regress/yes-head.sh
@@ -1,12 +1,12 @@
1
-# $OpenBSD: yes-head.sh,v 1.6 2017/04/30 23:34:55 djm Exp $
+# $OpenBSD: yes-head.sh,v 1.7 2023/01/14 10:05:54 dtucker Exp $
2
# Placed in the Public Domain.
3
4
tid="yes pipe head"
5
6
lines=`${SSH} -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
7
if [ $? -ne 0 ]; then
8
fail "yes|head test failed"
9
- lines = 0;
++ lines=0
10
fi
11
if [ $lines -ne 2000 ]; then
12
fail "yes|head returns $lines lines instead of 2000"
0 commit comments