diff options
Diffstat (limited to 'tests/vsp-unit-test-0008.sh')
-rwxr-xr-x | tests/vsp-unit-test-0008.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vsp-unit-test-0008.sh b/tests/vsp-unit-test-0008.sh index 6c20df2..ef3e4c2 100755 --- a/tests/vsp-unit-test-0008.sh +++ b/tests/vsp-unit-test-0008.sh @@ -30,7 +30,7 @@ test_scale() { $vsp_runner $mdev input 0 $format & $vsp_runner $mdev output 0 $format - result=$(compare_frames fuzzy) + result=$(compare_frames) test_complete $result } |