Skip to content

Commit 8f4a0ba

Browse files
committed
Fix percentage
1 parent 9ce897c commit 8f4a0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fi
7171

7272
function img_compare()
7373
{
74-
$MAGICK_COMPARE -metric AE -fuzz 0.5\% "$1" "$2" null: 2>&1 | cut -d\ -f1
74+
$MAGICK_COMPARE -metric AE -fuzz 1\% "$1" "$2" null: 2>&1 | cut -d\ -f1
7575
}
7676

7777
function update_test_ref()

0 commit comments

Comments
 (0)