Index: source/libvpx/test/decode_to_md5.sh |
=================================================================== |
--- source/libvpx/test/decode_to_md5.sh (revision 282873) |
+++ source/libvpx/test/decode_to_md5.sh (working copy) |
@@ -39,7 +39,8 @@ |
return 1 |
fi |
- eval "${decoder}" "${input_file}" "${output_file}" ${devnull} |
+ eval "${VPX_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \ |
+ ${devnull} |
[ -e "${output_file}" ] || return 1 |