diff options
Diffstat (limited to 'tests/vsp-unit-test-0006.sh')
-rwxr-xr-x | tests/vsp-unit-test-0006.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vsp-unit-test-0006.sh b/tests/vsp-unit-test-0006.sh index a7daad7..8e6a3fb 100755 --- a/tests/vsp-unit-test-0006.sh +++ b/tests/vsp-unit-test-0006.sh @@ -15,7 +15,7 @@ test_no_rpf() { pipe_configure none format_configure wpf $format 1024x768 0 - $vsp_runner $mdev output 0 $format + vsp_runner wpf.0 # The test always passes if the kernel doesn't crash test_complete pass @@ -27,7 +27,7 @@ test_no_wpf() { pipe_configure none format_configure rpf $format 1024x768 0 - $vsp_runner $mdev input 0 $format + vsp_runner rpf.0 # The test always passes if the kernel doesn't crash test_complete pass |