From e37b1b06235fa4dc1846363114bac3102b280dd8 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 21 May 2009 13:23:49 +0000 Subject: reduced duplicate code. --- tests/testcurl.pl | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/testcurl.pl b/tests/testcurl.pl index cf362fb87..5304420cf 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -624,11 +624,6 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { if ($configurebuild) { logit "$make -i"; open(F, "$make -i 2>&1 |") or die; - while () { - s/$pwd//g; - print; - } - close(F); } else { logit "$make -i $targetos"; @@ -643,12 +638,12 @@ else { else { open(F, "$make -i $targetos 2>&1 |") or die; } - while () { - s/$pwd//g; - print; - } - close(F); } +while () { + s/$pwd//g; + print; +} +close(F); if (-f "lib/libcurl$libext") { logit "libcurl was created fine (libcurl$libext)"; -- cgit v1.2.3