2 # Leak test for gunzip. Watch top for growing process size.
4 # Just using urandom will make gzip use method 0 (store) -
5 # not good for test coverage!
8 | while true; do read junk; echo "junk $RANDOM $junk"; done \
10 | ../busybox gunzip -c >/dev/null