Commit 70de4e95 authored by Noah Misch's avatar Noah Misch

Add perl2host call missing from a new test file.

Oversight in today's commit c6b92041.
Per buildfarm member jacana.

Discussion: http://postgr.es/m/20200404223212.GC3442685@rfd.leadboat.com
parent 07871d40
...@@ -124,6 +124,7 @@ wal_skip_threshold = 0 ...@@ -124,6 +124,7 @@ wal_skip_threshold = 0
$copy_file, qq(20000,30000 $copy_file, qq(20000,30000
20001,30001 20001,30001
20002,30002)); 20002,30002));
$copy_file = TestLib::perl2host($copy_file);
# Test truncation with inserted tuples using both INSERT and COPY. Tuples # Test truncation with inserted tuples using both INSERT and COPY. Tuples
# inserted after the truncation should be seen. # inserted after the truncation should be seen.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment