Update src/test/kerberos to account for previous commit.

This commit is contained in:
Noah Misch 2021-09-10 00:44:01 -07:00
parent b073c3ccd0
commit 2d689f2ee4

View File

@ -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"