summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/compress-gzip
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
commit07c4eb3830130ae00e0a079519d2ddb5f383c9e4 (patch)
tree0273072b7f61766baba05f8cc1c09c233a3e78bd /pts/test-resources/compress-gzip
parentb04a71edaf42577add3b9263101284da808e672d (diff)
downloadphoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.gz
phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.xz
phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.zip
More profile updates... switch time back to /usr/bin/time and add proper
ImageMagick download links.
Diffstat (limited to 'pts/test-resources/compress-gzip')
-rw-r--r--pts/test-resources/compress-gzip/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/compress-gzip/install.sh b/pts/test-resources/compress-gzip/install.sh
index 18f40ce..34521b1 100644
--- a/pts/test-resources/compress-gzip/install.sh
+++ b/pts/test-resources/compress-gzip/install.sh
@@ -15,7 +15,7 @@ chmod +x gzip_bigfile
cat > compress-gzip <<EOT
#!/bin/sh
-time -f "Gzip Compress Time: %e Seconds" ./gzip_bigfile 2>&1
+/usr/bin/time -f "Gzip Compress Time: %e Seconds" ./gzip_bigfile 2>&1
EOT
chmod +x compress-gzip