Skip to content

Commit 1e38379

Browse files
committed
Force PERL_UNICODE=SDA in the test runner
1 parent e8019ca commit 1e38379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runall.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
my $bindir = realpath $Bin;
88
chdir $bindir or die("Error: Could not change directory to $bindir !");
99

10+
$ENV{PERL_UNICODE} = 'SDA';
11+
1012
# Search paths for the binary
1113
my @binlist = (
1214
"../build/src/vislcg3",

0 commit comments

Comments
 (0)