~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/testcurl.pl

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20
20
# KIND, either express or implied.
21
21
#
22
 
# $Id: testcurl.pl,v 1.53 2007-06-28 22:31:18 gknauf Exp $
 
22
# $Id: testcurl.pl,v 1.54 2007-12-20 21:21:43 danf Exp $
23
23
###########################################################################
24
24
 
25
25
###########################
68
68
            $nocvsup $nobuildconf $crosscompile $timestamp);
69
69
 
70
70
# version of this script
71
 
$version='$Revision: 1.53 $';
 
71
$version='$Revision: 1.54 $';
72
72
$fixed=0;
73
73
 
74
74
# Determine if we're running from CVS or a canned copy of curl,
294
294
 
295
295
# Make $pwd to become the path without newline. We'll use that in order to cut
296
296
# off that path from all possible logs and error messages etc.
297
 
$pwd = cwd();
 
297
$pwd = getcwd();
298
298
 
299
299
if (-d $CURLDIR) {
300
300
  if ($CVS && -d "$CURLDIR/CVS") {