summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-12-31 10:11:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-02 23:35:59 +0100
commit725ec470e2ca5b1eb01ffee84d432653a8070722 (patch)
tree709335fcb15c168bb0eb2fbbc5f31d1e8fb6b6e2 /tests
parentaa71750687d12446465a873d323aa43a873bfb1b (diff)
downloadcurl-725ec470e2ca5b1eb01ffee84d432653a8070722.tar.gz
language: s/behaviour/behavior/g
We currently use both spellings the british "behaviour" and the american "behavior". However "behavior" is more used in the project so I think it's worth dropping the british name. Closes #6395
Diffstat (limited to 'tests')
-rw-r--r--tests/FILEFORMAT.md2
-rw-r--r--tests/README.md2
-rw-r--r--tests/libtest/first.c4
-rwxr-xr-xtests/runtests.pl4
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md
index ab6b3f565..41325ed66 100644
--- a/tests/FILEFORMAT.md
+++ b/tests/FILEFORMAT.md
@@ -200,7 +200,7 @@ part number and will then increase the part number with one. This is useful
for auth tests and similar.
`sendzero=yes` means that the (FTP) server will "send" the data even if the
-size is zero bytes. Used to verify curl's behaviour on zero bytes transfers.
+size is zero bytes. Used to verify curl's behavior on zero bytes transfers.
`base64=yes` means that the data provided in the test-file is a chunk of data
encoded with base64. It is the only way a test case can contain binary
diff --git a/tests/README.md b/tests/README.md
index 4b524a045..6bc995642 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -109,7 +109,7 @@
output text messages or escape sequences on user login. When these shell
startup messages or escape sequences are output they might corrupt the
expected stream of data which flows to the sftp-server or from the ssh
- client which can result in bad test behaviour or even prevent the test
+ client which can result in bad test behavior or even prevent the test
server from running.
If the test suite ssh or sftp server fails to start up and logs the message
diff --git a/tests/libtest/first.c b/tests/libtest/first.c
index 84369fca8..ffb211fd4 100644
--- a/tests/libtest/first.c
+++ b/tests/libtest/first.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -146,7 +146,7 @@ int main(int argc, char **argv)
/*
* Setup proper locale from environment. This is needed to enable locale-
- * specific behaviour by the C library in order to test for undesired side
+ * specific behavior by the C library in order to test for undesired side
* effects that could cause in libcurl.
*/
#ifdef HAVE_SETLOCALE
diff --git a/tests/runtests.pl b/tests/runtests.pl
index daa0c33a5..6c5edc84d 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -407,7 +407,7 @@ foreach $protocol (('ftp', 'http', 'ftps', 'https', 'no', 'all')) {
}
# make sure we don't get affected by other variables that control our
-# behaviour
+# behavior
delete $ENV{'SSL_CERT_DIR'} if($ENV{'SSL_CERT_DIR'});
delete $ENV{'SSL_CERT_PATH'} if($ENV{'SSL_CERT_PATH'});