diff options
Diffstat (limited to 'testcurl.sh')
-rwxr-xr-x | testcurl.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcurl.sh b/testcurl.sh index 043f66ca2..194af9f50 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. |