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