summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-30 12:27:03 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-30 12:27:03 +0000
commitd7167f05553df0ea1ff7da6c3d5760ab065600bd (patch)
tree31f80dbf8163c47a5a7b357d616e0c4a03034fdb /tests
parent4ed886430c742849e8d382cd2b092ec2efab5fef (diff)
Move generated file aynth1.sw to the data subdirectory. Thus it does not have
to be removed separately and there is less clutter in the tests directory. Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rwxr-xr-xtests/codec-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 3699fcf0aa..ff3bab24e8 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -29,7 +29,7 @@ bench2="$datadir/$this.bench2.tmp"
raw_src="${target_path}/$3/%02d.pgm"
raw_dst="$datadir/$this.out.yuv"
raw_ref="$datadir/$2.ref.yuv"
-pcm_src="${target_path}/tests/asynth1.sw"
+pcm_src="$datadir/asynth1.sw"
pcm_dst="$datadir/$this.out.wav"
pcm_ref="$datadir/$2.ref.wav"
crcfile="$datadir/$this.crc"