From 232eab458b1424477552d9201db25a029a60a0db Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sun, 12 Oct 2008 21:27:49 -0400 Subject: pts: With compress-gzip test profile use a 2GB file to compress instead of 1GB --- pts/test-resources/compress-gzip/pre.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pts/test-resources') diff --git a/pts/test-resources/compress-gzip/pre.sh b/pts/test-resources/compress-gzip/pre.sh index 396666e..80f2e37 100755 --- a/pts/test-resources/compress-gzip/pre.sh +++ b/pts/test-resources/compress-gzip/pre.sh @@ -1,5 +1,5 @@ #!/bin/sh cd $1 -dd if=/dev/urandom of=compressfile bs=1024 count=524288 +dd if=/dev/urandom of=compressfile bs=2048 count=524288 -- cgit