summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/compress-gzip
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-15 18:35:49 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-15 18:35:49 -0400
commitd2483288cd975dad68a8c480939785b46892313f (patch)
tree565e200d1211fe717d0432ad7d002570bc7c4beb /pts/test-resources/compress-gzip
parent8cde8ad763d72d881365d15819db99bfbf103e3d (diff)
downloadphoronix-test-suite-upstream-d2483288cd975dad68a8c480939785b46892313f.tar.gz
phoronix-test-suite-upstream-d2483288cd975dad68a8c480939785b46892313f.tar.xz
phoronix-test-suite-upstream-d2483288cd975dad68a8c480939785b46892313f.zip
pts: Fix compress-* test profiles with the proper 2GB file size
Diffstat (limited to 'pts/test-resources/compress-gzip')
-rwxr-xr-xpts/test-resources/compress-gzip/pre.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/compress-gzip/pre.sh b/pts/test-resources/compress-gzip/pre.sh
index 80f2e37..945c953 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=2048 count=524288
+dd if=/dev/urandom of=compressfile bs=2048 count=1048576