diff options
Diffstat (limited to 'tests/vsp-unit-test-0008.sh')
-rwxr-xr-x | tests/vsp-unit-test-0008.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vsp-unit-test-0008.sh b/tests/vsp-unit-test-0008.sh index ef3e4c2..fb29b8d 100755 --- a/tests/vsp-unit-test-0008.sh +++ b/tests/vsp-unit-test-0008.sh @@ -27,8 +27,8 @@ test_scale() { pipe_configure $pipe format_configure $pipe $format $insize $format $outsize - $vsp_runner $mdev input 0 $format & - $vsp_runner $mdev output 0 $format + vsp_runner rpf.0 & + vsp_runner wpf.0 result=$(compare_frames) |