summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/encode-mp3
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-27 15:01:45 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-27 15:01:45 -0400
commite5fe5b480a63ff461e295b0ad5a798b13df3870b (patch)
tree8ebd4aebadcf98cbdf4dab2a02797ca2e31a9215 /pts/test-resources/encode-mp3
parent6d0470b977c19f0d8bc46c7ee610eec4c972609c (diff)
downloadphoronix-test-suite-upstream-e5fe5b480a63ff461e295b0ad5a798b13df3870b.tar.gz
phoronix-test-suite-upstream-e5fe5b480a63ff461e295b0ad5a798b13df3870b.tar.xz
phoronix-test-suite-upstream-e5fe5b480a63ff461e295b0ad5a798b13df3870b.zip
Stupid trivial fixes for pts-trondheim.wav being named
pts-trondheim-2.wav. Fixes the encode-* tests.
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 be80d1e..64f3707 100644
--- a/pts/test-resources/encode-mp3/install.sh
+++ b/pts/test-resources/encode-mp3/install.sh
@@ -17,5 +17,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
+/usr/bin/time -f \"WAV To MP3 Encode Time: %e Seconds\" ./lame_/bin/lame --silent -h ../pts-shared/pts-trondheim-2.wav /dev/null 2>&1" > lame
chmod +x lame