summaryrefslogtreecommitdiffstats
path: root/pts
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
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')
-rw-r--r--pts/test-resources/encode-flac/install.sh2
-rw-r--r--pts/test-resources/encode-mp3/install.sh2
-rw-r--r--pts/test-resources/encode-ogg/install.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/pts/test-resources/encode-flac/install.sh b/pts/test-resources/encode-flac/install.sh
index 645e0fd..a8b1b97 100644
--- a/pts/test-resources/encode-flac/install.sh
+++ b/pts/test-resources/encode-flac/install.sh
@@ -17,5 +17,5 @@ cd ..
rm -rf flac-1.2.1/
echo "#!/bin/sh
-/usr/bin/time -f \"WAV To FLAC Encode Time: %e Seconds\" ./flac_/bin/flac -s --best --totally-silent ../pts-shared/pts-trondheim.wav -f -o /dev/null 2>&1" > flac
+/usr/bin/time -f \"WAV To FLAC Encode Time: %e Seconds\" ./flac_/bin/flac -s --best --totally-silent ../pts-shared/pts-trondheim-2.wav -f -o /dev/null 2>&1" > flac
chmod +x flac
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
diff --git a/pts/test-resources/encode-ogg/install.sh b/pts/test-resources/encode-ogg/install.sh
index 2cbb2a9..29337de 100644
--- a/pts/test-resources/encode-ogg/install.sh
+++ b/pts/test-resources/encode-ogg/install.sh
@@ -34,5 +34,5 @@ cd ..
rm -rf vorbis-tools-1.2.0/
echo "#!/bin/sh
-/usr/bin/time -f \"WAV To OGG Encode Time: %e Seconds\" ./vorbis/bin/oggenc --quiet ../pts-shared/pts-trondheim.wav -q 10 -o /dev/null 2>&1" > oggenc
+/usr/bin/time -f \"WAV To OGG Encode Time: %e Seconds\" ./vorbis/bin/oggenc --quiet ../pts-shared/pts-trondheim-2.wav -q 10 -o /dev/null 2>&1" > oggenc
chmod +x oggenc