diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-19 19:46:07 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-19 19:46:07 +0000 |
commit | 78a1e5d1a6ee4e54d169ffda33787fdf8ee64522 (patch) | |
tree | 9b6f6e870da627fc8de5650de01e9dd20f1eb80e /tests | |
parent | 116f60e063cca9813b7710c65fa7c16dd7d0e4e2 (diff) |
fix typo
Diffstat (limited to 'tests')
-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 00cb4ad9f..4209954aa 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -285,7 +285,7 @@ $pwd = cwd(); # libcurl timestamp is present in curlver.h only if this isn't a CVS version. # If no timestamp available in curlver.h then we are building from CVS and we # will use current UTC build time as the CVS version timestamp. -if ((-f "$CURLDIR/include/curl/curlver.hh") && +if ((-f "$CURLDIR/include/curl/curlver.h") && (grepfile("define LIBCURL_TIMESTAMP", "$CURLDIR/include/curl/curlver.h")) && (open(F, "<$CURLDIR/include/curl/curlver.h"))) { |