tick_huge.tests 214 B

1234567
  1. # This creates 120k file
  2. yes "123456789 123456789 123456789 123456789" | head -3000 >>"$0.tmp"
  3. echo "`cat $0.tmp`" | md5sum
  4. rm "$0.tmp"
  5. yes "123456789 123456789 123456789 123456789" | head -3000 | md5sum
  6. echo End