Fix typo in code

Change-Id: Ie32bb0cf7f987ab57dc03d1485535a1019fd111a
Reviewed-on: https://gerrit.libreoffice.org/76853
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini 2019-08-02 11:30:46 +02:00
parent 7bef1aa722
commit 1f0802c13e

View file

@ -233,7 +233,7 @@ $rc = system "./testbootstrap",
"AAABBBCCC000",
'-env:MYBOOTSTRAPTESTVALUE=\u0041\u0041\u0041\u0042\u0042\u0042\u0043\u0043\u0043\u0030\u0030\u0030';
if (!$rc) {
$comment = $comment . "uncode not passed\n";
$comment = $comment . "unicode not passed\n";
$state = 0;
}