aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2021-09-10 00:44:01 -0700
committerNoah Misch <noah@leadboat.com>2021-09-10 00:44:01 -0700
commit2d689f2ee4615629867c4319a35533696cd16589 (patch)
tree669b483be0f0280b0998d16064ee14566f2237a5 /src
parentb073c3ccd06e4cb845e121387a43faa8c68a7b62 (diff)
downloadpostgresql-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.pl2
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"