summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-11 01:09:31 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-11 01:48:28 +0100
commit685f7227dc83df9930e2a5a4d359b51b23cfc0ee (patch)
tree2c27b90a46f4b3b60b5a3f4ba57dd945a463fbd3 /tests
parent758a66dc16eb0ef80afb7b79c13bb328da836fe9 (diff)
tests/Makefile: New try to fix fate-ffprobe with --target-path.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f08f92475f..19800ddff4 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -38,7 +38,7 @@ tests/data/vsynth3.yuv: tests/videogen$(HOSTEXESUF) | tests/data
tests/test_copy.ffmeta: TAG = COPY
tests/test_copy.ffmeta: tests/data
- $(M)cp -f $(SRC_PATH)/tests/test.ffmeta $(TARGET_PATH)/tests/test_copy.ffmeta
+ $(M)cp -f $(SRC_PATH)/tests/test.ffmeta tests/test_copy.ffmeta
tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) tests/test_copy.ffmeta
$(M)$(TARGET_EXEC) ./$< \