summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/encode-mp3
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/encode-mp3
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/encode-mp3')
-rw-r--r--pts/test-resources/encode-mp3/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/encode-mp3/install.sh b/pts/test-resources/encode-mp3/install.sh
index 71a9d64..89b220d 100644
--- a/pts/test-resources/encode-mp3/install.sh
+++ b/pts/test-resources/encode-mp3/install.sh
@@ -19,5 +19,5 @@ cd ..
rm -rf lame-3.97/
echo "#!/bin/sh
-/usr/bin/time -f \"WAV To MP3 Encode Time: %e Seconds\" ./lame_/bin/lame --silent -h ../pts-shared/pts-trondheim.wav /dev/null 2>&1" > lame
+time -f \"WAV To MP3 Encode Time: %e Seconds\" ./lame_/bin/lame --silent -h ../pts-shared/pts-trondheim.wav /dev/null 2>&1" > lame
chmod +x lame