diff options
Diffstat (limited to 'tests/vsp-unit-test-0009.sh')
-rwxr-xr-x | tests/vsp-unit-test-0009.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vsp-unit-test-0009.sh b/tests/vsp-unit-test-0009.sh index b95b06b..9741584 100755 --- a/tests/vsp-unit-test-0009.sh +++ b/tests/vsp-unit-test-0009.sh @@ -22,7 +22,7 @@ test_wpf() { $vsp_runner $mdev input 0 $format & $vsp_runner $mdev output $wpf $format - result=$(compare_frames exact) + result=$(compare_frames) test_complete $result } |