php-src/ext/snmp/tests/bigtest.sh
Boris Lytochkin c34274acb8 re-work walkaround for net-snmp BUGid 2027834, no need to detect it anymore
add test for Bug #64159
bump default buffer size for values(32->512): do not reallocate buffers in 99% cases
2013-05-03 23:06:34 +04:00

11 lines
141 B
Bash
Executable File

#!/bin/sh
Q="";
i=0;
while [ $i -lt 32 ]; do
Q="${Q}\3\2\4\11\22\13\14\15\16\17\20\21\22\23\24\25\26\27";
i=$((i+1));
done
printf "${Q}"