From 0826f0565b87f50600298b23b850b3a9a8017ba2 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 17 May 2010 07:45:29 +0000 Subject: tests: Minor fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@428 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-local.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/autotest-local.pl') diff --git a/tests/autotest-local.pl b/tests/autotest-local.pl index ebe785d..0bb55a6 100644 --- a/tests/autotest-local.pl +++ b/tests/autotest-local.pl @@ -17,7 +17,7 @@ sub permute sub gcctoolset { - return 'gcc' . `gcc -dumpversion`; + return 'gcc' . chomp(`gcc -dumpversion`); } $fast = (shift eq 'fast'); -- cgit v1.2.3