summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/regress/yes-head.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/regress/yes-head.sh')
-rw-r--r--crypto/openssh/regress/yes-head.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/regress/yes-head.sh b/crypto/openssh/regress/yes-head.sh
index f213f68..17a4d0d 100644
--- a/crypto/openssh/regress/yes-head.sh
+++ b/crypto/openssh/regress/yes-head.sh
@@ -4,7 +4,7 @@
tid="yes pipe head"
for p in 1 2; do
- lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'yes | head -2000' | (sleep 3 ; wc -l)`
+ lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | head -2000"' | (sleep 3 ; wc -l)`
if [ $? -ne 0 ]; then
fail "yes|head test failed"
lines = 0;
OpenPOWER on IntegriCloud