Index: source/libvpx/test/simple_decoder.sh |
=================================================================== |
--- source/libvpx/test/simple_decoder.sh (revision 282873) |
+++ source/libvpx/test/simple_decoder.sh (working copy) |
@@ -37,7 +37,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 |
} |