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