From 69dc252da945462d2b5f4c330796bd30812bd0a9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 24 Oct 2022 14:56:30 -0700 Subject: [PATCH] tidy lukas' change to the arabic fonts test Signed-off-by: Adam Williamson --- tests/check_default_fonts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check_default_fonts.pm b/tests/check_default_fonts.pm index 256e2c7a..d13d6632 100644 --- a/tests/check_default_fonts.pm +++ b/tests/check_default_fonts.pm @@ -56,7 +56,7 @@ sub run { # We have been having a lot of failures on the Install Arabic test because of this # part, which is actually testing an optional test. Unfortunately, it is still # not clear what the current situation on Fedora should be and this will need - # more investigation. + # more investigation. # For now, let us softfail instead of fail until we know for sure how what the outcome # should be. my $exit = script_run("diff -u test.txt $language-reference.txt", timeout => 15);