diff options
-rwxr-xr-x | tests/testcurl.pl | 2 |
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"); } |