diff options
author | Noah Misch <noah@leadboat.com> | 2021-09-10 00:44:01 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2021-09-10 00:44:01 -0700 |
commit | 2d689f2ee4615629867c4319a35533696cd16589 (patch) | |
tree | 669b483be0f0280b0998d16064ee14566f2237a5 /src | |
parent | b073c3ccd06e4cb845e121387a43faa8c68a7b62 (diff) | |
download | postgresql-2d689f2ee4615629867c4319a35533696cd16589.tar.gz postgresql-2d689f2ee4615629867c4319a35533696cd16589.zip |
Update src/test/kerberos to account for previous commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/kerberos/t/001_auth.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/kerberos/t/001_auth.pl b/src/test/kerberos/t/001_auth.pl index 34562045cbe..2c81a26ac73 100644 --- a/src/test/kerberos/t/001_auth.pl +++ b/src/test/kerberos/t/001_auth.pl @@ -298,7 +298,7 @@ test_query( test_query( $node, 'test1', - "CREATE TABLE mytab (f1 int primary key);\n" + "CREATE TEMP TABLE mytab (f1 int primary key);\n" . "COPY mytab FROM STDIN;\n" . join("\n", (1 .. 100000)) . "\n\\.\n" |