From: Dan Scott Date: Tue, 22 Oct 2013 14:15:37 +0000 (-0400) Subject: Tell 01-OpenILS-Application.t it contains utf8 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4d98d1a90262c7a414971896963b3a4d95ce4968;p=working%2FEvergreen.git Tell 01-OpenILS-Application.t it contains utf8 'use utf8;' tells the script that it contains UTF8 characters, not binary bytes, and resolves a test problem. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/perlmods/t/01-OpenILS-Application.t b/Open-ILS/src/perlmods/t/01-OpenILS-Application.t index a4367f6ca9..6b30fbbe80 100644 --- a/Open-ILS/src/perlmods/t/01-OpenILS-Application.t +++ b/Open-ILS/src/perlmods/t/01-OpenILS-Application.t @@ -1,5 +1,6 @@ #!perl -T +use utf8; use Test::More tests => 14; BEGIN {