From: Gunter Knauf Date: Sun, 1 Apr 2007 13:59:50 +0000 (+0000) Subject: print update message only if we really update CVS. X-Git-Tag: curl-7_16_2~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0839621f47e0a43b547009bf57595daf359388c2;p=thirdparty%2Fcurl.git print update message only if we really update CVS. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index d2379f69c8..6948bfccca 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -343,12 +343,12 @@ if ($CVS) { sub cvsup() { # update quietly to the latest CVS - logit "run cvs up"; if($nocvsup) { logit "Skipping CVS update (--nocvsup)"; return 1; } else { + logit "run cvs up"; system("cvs -Q up -dP 2>&1"); }