summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/compress-gzip
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-05-20 09:54:13 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-05-20 09:54:13 -0400
commit9aa8f37b209e1ac541ce827dfa91a8ae84b7a761 (patch)
tree7b87324f831df80b91b045b84c475809a387033b /pts/test-resources/compress-gzip
parentef9f2d689c3de55ec2bac162329878bb9393d77b (diff)
downloadphoronix-test-suite-upstream-9aa8f37b209e1ac541ce827dfa91a8ae84b7a761.tar.gz
phoronix-test-suite-upstream-9aa8f37b209e1ac541ce827dfa91a8ae84b7a761.tar.xz
phoronix-test-suite-upstream-9aa8f37b209e1ac541ce827dfa91a8ae84b7a761.zip
Change static /usr/bin/time to time in all test profiles...
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 34521b1..18f40ce 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
-/usr/bin/time -f "Gzip Compress Time: %e Seconds" ./gzip_bigfile 2>&1
+time -f "Gzip Compress Time: %e Seconds" ./gzip_bigfile 2>&1
EOT
chmod +x compress-gzip