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

pull/69/merge
Noah Misch 4 years ago
parent b073c3ccd0
commit 2d689f2ee4
  1. 2
      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"

Loading…
Cancel
Save