Update src/test/kerberos to account for previous commit.
authorNoah Misch <noah@leadboat.com>
Fri, 10 Sep 2021 07:44:01 +0000 (00:44 -0700)
committerNoah Misch <noah@leadboat.com>
Fri, 10 Sep 2021 07:44:01 +0000 (00:44 -0700)
src/test/kerberos/t/001_auth.pl

index 34562045cbe11188600f2e872ff5423485baae25..2c81a26ac73da666ccdb2c318bfd7c76eb070d00 100644 (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"