From: Daniel Stenberg Date: Tue, 18 May 2004 09:22:41 +0000 (+0000) Subject: make this script tell that this is the obsolete version, to make it possible X-Git-Tag: curl-7_12_0~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c4b6cb0d9a3e20ea455fab85f560cca3c076020;p=thirdparty%2Fcurl.git make this script tell that this is the obsolete version, to make it possible to detect --- diff --git a/testcurl.sh b/testcurl.sh index 043f66ca29..194af9f50b 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -136,6 +136,7 @@ log "CFLAGS = $CFLAGS" log "CC = $CC" log "version = $version" log "date = `date -u`" +log "testscript = obsolete shell version, use tests/testcurl.pl instead!" # Make $pwd to become the path without newline. We'll use that in order to cut # off that path from all possible logs and error messages etc.