diff options
Diffstat (limited to 'tests/vsp-unit-test-0009.sh')
-rwxr-xr-x | tests/vsp-unit-test-0009.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vsp-unit-test-0009.sh b/tests/vsp-unit-test-0009.sh index 9741584..395e660 100755 --- a/tests/vsp-unit-test-0009.sh +++ b/tests/vsp-unit-test-0009.sh @@ -19,8 +19,8 @@ test_wpf() { pipe_configure rpf-wpf 0 $wpf format_configure rpf-wpf 0 $wpf $format 1024x768 $format - $vsp_runner $mdev input 0 $format & - $vsp_runner $mdev output $wpf $format + vsp_runner rpf.0 & + vsp_runner wpf.$wpf result=$(compare_frames) |