From 61fc47e7fd82f65ada6a25ddb9ea0458da8e6d5e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 14 Jul 2020 09:11:42 +0200 Subject: [PATCH] fixup! win-tap-symlink-2.patch --- doc/src/sgml/regress.sgml | 2 +- src/test/perl/TestLib.pm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index e6e2b2762d..4e370aeae4 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -775,7 +775,7 @@ TAP Tests The TAP tests require the Perl module IPC::Run. This module is available from CPAN or an operating system package. - On Windows, Win32API::File is also required . + On Windows, Win32API::File is also required. diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index 207e92fdc0..d595c7e3c2 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -630,7 +630,7 @@ sub check_pg_config =item dir_symlink(oldname, newname) -Portably create a symlink for a director. On Windows this creates a junction. +Portably create a symlink for a directory. On Windows this creates a junction. Elsewhere it just calls perl's builtin symlink. =cut @@ -651,7 +651,6 @@ sub dir_symlink # need some indirection on msys $cmd = qq{echo '$cmd' | \$COMSPEC /Q}; } - note("dir_symlink cmd: $cmd"); system($cmd); } else -- 2.27.0