patch-test_test_py 397 B

123456789101112
  1. --- test/test.py.orig Thu Feb 19 01:11:46 2004
  2. +++ test/test.py Tue Dec 11 19:36:46 2007
  3. @@ -32,7 +32,7 @@ from binascii import crc32
  4. from stat import *
  5. def main():
  6. - os.system("dd if=/dev/urandom of=sampledata bs=1M count=1")
  7. + os.system("dd if=/dev/urandom of=sampledata bs=1048576 count=1")
  8. file_in = open("sampledata","r")
  9. file_out = open("sampledata.out","w")
  10. data = file_in.read()