From a0944f433626132a5b44b21fc78d43d3b5ad1840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 30 Sep 2010 14:57:20 +0200 Subject: [PATCH] Re-enable tests. --- perl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl.spec b/perl.spec index 8df0f2b..b73be39 100644 --- a/perl.spec +++ b/perl.spec @@ -1157,9 +1157,9 @@ rm -rf $RPM_BUILD_ROOT %ifnarch %if %{parallel_tests} JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/') - #LC_ALL=C TEST_JOBS=$JOBS make test_harness + LC_ALL=C TEST_JOBS=$JOBS make test_harness %else - #LC_ALL=C make test + LC_ALL=C make test %endif %endif