aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-04-01 13:59:50 +0000
committerGunter Knauf <gk@gknw.de>2007-04-01 13:59:50 +0000
commit0839621f47e0a43b547009bf57595daf359388c2 (patch)
treef3e3e9138f51198da5a5e00f23c2453f90a0feb2 /tests/testcurl.pl
parentbf2c1e099cedd1e06b243970835b9a602b7a64d6 (diff)
print update message only if we really update CVS.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index d2379f69c..6948bfccc 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");
}