diff options
| author | Andres Freund | 2020-06-14 18:47:37 +0000 |
|---|---|---|
| committer | Andres Freund | 2020-07-08 19:39:56 +0000 |
| commit | 229f8c219f8fffacc253eca6023eab10a16eb009 (patch) | |
| tree | 5c3df9c9ad633caa94566aaa620b126189f97126 /src/test/authentication | |
| parent | 2661a793ff59149af1d844d6be504e421c04733e (diff) | |
tap tests: replace 'master' with 'primary'.
We've largely replaced master with primary in docs etc, but tap test
still widely used master.
Author: Andres Freund
Reviewed-By: David Steele
Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
Diffstat (limited to 'src/test/authentication')
| -rw-r--r-- | src/test/authentication/t/001_password.pl | 4 | ||||
| -rw-r--r-- | src/test/authentication/t/002_saslprep.pl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/authentication/t/001_password.pl b/src/test/authentication/t/001_password.pl index 82536eb60fb..1305de0051a 100644 --- a/src/test/authentication/t/001_password.pl +++ b/src/test/authentication/t/001_password.pl @@ -51,8 +51,8 @@ sub test_role return; } -# Initialize master node -my $node = get_new_node('master'); +# Initialize primary node +my $node = get_new_node('primary'); $node->init; $node->start; diff --git a/src/test/authentication/t/002_saslprep.pl b/src/test/authentication/t/002_saslprep.pl index 32d4e43fc7d..0aaab090ec5 100644 --- a/src/test/authentication/t/002_saslprep.pl +++ b/src/test/authentication/t/002_saslprep.pl @@ -49,9 +49,9 @@ sub test_login return; } -# Initialize master node. Force UTF-8 encoding, so that we can use non-ASCII +# Initialize primary node. Force UTF-8 encoding, so that we can use non-ASCII # characters in the passwords below. -my $node = get_new_node('master'); +my $node = get_new_node('primary'); $node->init(extra => [ '--locale=C', '--encoding=UTF8' ]); $node->start; |
