summaryrefslogtreecommitdiff
path: root/test/postproc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/postproc.sh')
-rwxr-xr-xtest/postproc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/postproc.sh b/test/postproc.sh
index c9c4e5813..939a3e762 100755
--- a/test/postproc.sh
+++ b/test/postproc.sh
@@ -37,7 +37,8 @@ postproc() {
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
}